Skip to content

NCKU-CCS/digital-certificate-ncku

Repository files navigation

digital-certificate-ncku

Digital certificate web for School.

pre-requirement

Environment

Install

Install package which listed in package.json

yarn install

Development

Run frontend at localhost:3000 with hot mode

yarn dev

Production

Run frontend with process manager, pm2

bash bin/deploy

Export static HTML file

Build and export *.html and assets in ./out folder

yarn export

Deploy to github public pages

If you want to deploy to github public pages You can use following command, and go to repo's public page

yarn deploy:github