Skip to content

NCKU-CCS/digital-certificate-edu

Repository files navigation

digital-certificate-edu

Build Status

Digital certificate web for EDU Depart.

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

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