greenguy33 / sustainKG

0 stars 0 forks source link

Welcome to the front end of sustainKG

Our primary documentation can be found here.

Dependency Installation

# Node.js

Website: https://nodejs.org/en/download/

Mac:    brew install node 

Ubuntu: sudo apt-get install nodejs

npm

Mac:    brew install node 

Ubuntu: sudo apt-get install npm

Vue-cli

sudo npm install -g vue-cli

Set up

After install the dependencies mentioned above, go to the file root directory and run the following command:

sudo npm install 

then start the server by using

npm run serve 

Enjoy your journey !

Issue

If you meet a problem caused by your host, please run:

unset HOST

then run

npm run serve