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
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
Before contributing to this project do check CONTRIBUTING.md file.