Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 190 Bytes

readme.md

File metadata and controls

13 lines (10 loc) · 190 Bytes

Heavenmei Home

Deploy

yarn deploy -- -m "Deploy React app to GitHub Pages"

Local Test with production enviroment

npm i http-server -g
yarn build
cd dist
http-server