Update README.rst
This commit is contained in:
parent
e0bf937e6a
commit
49d9794cfa
@ -1,6 +1,6 @@
|
|||||||
================
|
======
|
||||||
Adagios FrontEnd
|
Bansho
|
||||||
================
|
======
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -10,8 +10,8 @@ Installation
|
|||||||
::
|
::
|
||||||
|
|
||||||
sudo apt-get install npm nodejs-legacy ruby
|
sudo apt-get install npm nodejs-legacy ruby
|
||||||
git clone https://github.com/titilambert/adagios-frontend.git
|
git clone https://github.com/savoirfairelinux/bansho
|
||||||
cd adagios-frontend
|
cd bansho
|
||||||
npm install
|
npm install
|
||||||
gem install sass
|
gem install sass
|
||||||
|
|
||||||
@ -52,7 +52,7 @@ you already have docker installed) :
|
|||||||
|
|
||||||
make build
|
make build
|
||||||
make daemon
|
make daemon
|
||||||
curl http://localhost:8080/app
|
curl http://localhost:8888/app
|
||||||
|
|
||||||
You must leave grunt running in the background to automatically compile css
|
You must leave grunt running in the background to automatically compile css
|
||||||
and minify/compress js files when source code changes
|
and minify/compress js files when source code changes
|
||||||
@ -94,7 +94,7 @@ Launch
|
|||||||
npm start
|
npm start
|
||||||
|
|
||||||
|
|
||||||
Now, go on http://127.0.0.1:8080
|
Now, go on http://127.0.0.1:8000/app/
|
||||||
|
|
||||||
Contributing
|
Contributing
|
||||||
============
|
============
|
||||||
@ -105,7 +105,7 @@ and then open a pull-request to this repo's master branch.
|
|||||||
::
|
::
|
||||||
|
|
||||||
<fork this repo on github>
|
<fork this repo on github>
|
||||||
git clone your-repo/adagios-frontend
|
git clone your-repo/bansho
|
||||||
git checkout -b dev-new-feature-xx
|
git checkout -b dev-new-feature-xx
|
||||||
git commit ...
|
git commit ...
|
||||||
git push origin dev-new-feature-xx
|
git push origin dev-new-feature-xx
|
||||||
@ -115,7 +115,7 @@ Good practices before opening a pull request:
|
|||||||
|
|
||||||
- Run tests with `npm test`
|
- Run tests with `npm test`
|
||||||
- Lint your .js files with `grunt jslint`
|
- Lint your .js files with `grunt jslint`
|
||||||
- Make sure your directives are prefixed with `adg`
|
- Make sure your directives are prefixed with `bansho`
|
||||||
- Make sure your controllers are suffixed with `Ctrl`
|
- Make sure your controllers are suffixed with `Ctrl`
|
||||||
- Resolve merge conflicts locally
|
- Resolve merge conflicts locally
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user