From d5fb3abb609393392b05292e2b84322ffc03694f Mon Sep 17 00:00:00 2001 From: Nitika Goel <33280614+nitika-goel@users.noreply.github.com> Date: Mon, 18 Nov 2019 21:32:40 +0530 Subject: [PATCH] Create README.md --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5241367 --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ +# NexusMutual-Website +Website hosted at nexusmutual.io + +## Getting Started +These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. + +### Requirements +``` +node >= 8.11.3 +``` + +``` +npm >= 6.4.0 +``` + +### Installation +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 +``` + +### Run website +http-server -c-1 -o -p 4200 + +### Open link http://localhost:4200 in browser