mirror of
https://github.com/Raghu-Ch/front-end-coding-challenge.git
synced 2026-02-10 04:43:01 -05:00
bump node version to 6.2 and update readme;
This commit is contained in:
12
README.md
12
README.md
@@ -1,8 +1,13 @@
|
|||||||
Setup
|
Setup
|
||||||
---
|
---
|
||||||
|
|
||||||
- Fork this repository
|
- Ensure you have node.js installed at version >= 6.2.0
|
||||||
- Clone this repository to your local environment
|
- Fork this project
|
||||||
|
- Clone your forked project to your local environment
|
||||||
|
|
||||||
|
Install
|
||||||
|
---
|
||||||
|
|
||||||
- Run `npm install` to install dependencies
|
- Run `npm install` to install dependencies
|
||||||
- Run `npm start` to start the static server
|
- Run `npm start` to start the static server
|
||||||
- Open `http://localhost:8080`
|
- Open `http://localhost:8080`
|
||||||
@@ -15,5 +20,6 @@ Instructions
|
|||||||
Submit
|
Submit
|
||||||
---
|
---
|
||||||
|
|
||||||
|
- Push your changes to a branch in your forked project
|
||||||
- Submit a Pull Request back to this repository with your completed challenge code.
|
- Submit a Pull Request back to this repository with your completed challenge code.
|
||||||
- Please complete within 24 hours.
|
- Please complete ASAP.
|
||||||
|
|||||||
@@ -12,6 +12,6 @@
|
|||||||
"node-static": "^0.7.10"
|
"node-static": "^0.7.10"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 0.4.1"
|
"node": ">= 6.2.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user