Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nitika-goel authored Nov 18, 2019
1 parent f8b1a8f commit d5fb3ab
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d5fb3ab

Please sign in to comment.