- Clone/Fork this repository (opens in a new tab) or run the following command to create a new project with this template:
yarn create next-app app -e https://github.com/agcrisbp/ADLink &&
cd app &&
yarn dev
- Open localhost:3000 (opens in a new tab) with your browser to see the result.
Use any editor to work on editing. See: App To Use.
Preview
⚠️
To avoid failures due to errors or typo, it would be nice to do this step first before deploying to your website.
- Build your development.
yarn build
-
If there are no issues, everything is ready to deploy.
-
Or run the build preview using the following command:
yarn start