Installation
yarn create next-app app -e https://github.com/agcrisbp/ADLink &&
cd app &&
yarn dev

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