The web app is deployed to below URL with connection to OAK Testnet
yarn
Run debug build with NextJs in localhost:3000
yarn next-dev
/packages
/landing
/src // Source code of pages and components
/containers
/pages
/common
/assets // Static resources e.g. images and fonts
- Yarn Workspace
- React Js and Next Js
- Styled System and Styled Components
- Polkadot.js client library
- Tecent Cloud Serverless
To build a release version run below commands.
yarn next-build
// To check the build version locally run below command
// Not necessary if you don't want to check on your local.
yarn next-start
If you want to host the static html version of your nextjs project then run the below command to build static version
yarn next-export