Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 406 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 406 Bytes

KJSCE Hackathon 2k18's official website

Getting up and running

Use latest version of Node (v10.6.0) Prefereably use Node Version Manager (https:/creationix/nvm)

Install dev dependencies:

npm install --dev

To build:

npm run build

To run:

npm run start