Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 373 Bytes

File metadata and controls

35 lines (23 loc) · 373 Bytes

Install the dependancies

$ npm i

Run a local server with hot reloading

npm run devserver

Local development build

npm run build

Output is in build/

Production build

NODE_ENV=production npm run build

Output is in build-production/

Deployment

To deploy on Github Pages:

npm run deploy