Website hosted at nexusmutual.io
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
node >= 8.11.3
npm >= 6.4.0
Firstly, you need to clone this repo. You can do so by downloading the repo as a zip and unpacking or using the following git command
git clone https://github.com/somish/NexusMutual-Website.git
Now, Install package http-server if required
npm install -g http-server
http-server -c-1 -o -p 4200