Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 320 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 320 Bytes

FUTURE

[FUTURE](URL coming soon...)

See LICENSE.txt for the license.

Installation

Install node js from https://nodejs.org/en/download/

$ npm install

Deployment

Development

$ npm run start-dev
$ open ./public/html/index.html

Production

$ npm run start-prod