README.md edited online with Bitbucket
This commit is contained in:
parent
b39fd2f948
commit
9b96309216
10
README.md
10
README.md
|
@ -1,6 +1,16 @@
|
|||
OpenSupports v4.0
|
||||
============
|
||||
|
||||
### Getting up and running FRONT-END
|
||||
1) Clone this repo
|
||||
2) Install node `sudo apt-get install node`
|
||||
3) Install npm `sudo apt-get install npm`
|
||||
4) Install gulp `sudo npm install -g gulp`
|
||||
5) Go to repo `cd os4-react`
|
||||
6) Install npm dependences `sudo npm install`
|
||||
7) Run `gulp dev`
|
||||
|
||||
|
||||
### Getting up and running
|
||||
|
||||
1. [Create MySQL Database](#markdown-header-create-mysql-database)
|
||||
|
|
Loading…
Reference in New Issue