README.md edited online with Bitbucket

This commit is contained in:
Ivan Diaz 2015-12-29 20:56:23 +00:00
parent 814c8d5448
commit 0c2fd537c1
1 changed files with 5 additions and 5 deletions

View File

@ -1,15 +1,15 @@
OpenSupports v4.0
[![Build Status](https://codeship.com/projects/124436/status?branch=master)](https://codeship.com/projects/124436/)
============
### Getting up and running FRONT-END
0. update `sudo apt-get update`
1. Clone this repo
2. Install node 4.x version
`sudo apt-get install curl`
`curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -`
`sudo apt-get install -y nodejs`
- `sudo apt-get install curl`
- `curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -`
- `sudo apt-get install -y nodejs`
3. Install npm `sudo apt-get install npm`
4. Install gulp `sudo npm install -g gulp`
5. Go to repo `cd os4-react`