Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 243 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 243 Bytes

neeco-client

WEB client for Nee-co

How to build

npm install

How to debug

npm start

How to deploy

Copy all files from assets and build to the website's root directory.

mv assets/* <htdocs>
mv build/* <htdocs>