/jarvis-web

Primary LanguageVueMIT LicenseMIT

jarvis-web

Setup

To clone the repo, type the following command on your terminal in the appropriate directory:

git clone https://github.com/the-vision/jarvis-web.git

To enter into the directory,

cd jarvis-web

Finally, install all the dependencies using:

npm install

Run

To view the website on your local machine, use the following command:

npm run serve

The development server with hot reloading can be found at localhost:8080