Digital certificate web for School.
- Language: typescript 3.6
- Framework: next.js
Install package which listed in package.json
yarn installRun frontend at localhost:3000 with hot mode
yarn devRun frontend with process manager, pm2
bash bin/deployBuild and export *.html and assets in ./out folder
yarn exportIf you want to deploy to github public pages You can use following command, and go to repo's public page
yarn deploy:github