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