README.md edited online with Bitbucket
This commit is contained in:
parent
814c8d5448
commit
0c2fd537c1
10
README.md
10
README.md
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue