mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 09:35:10 +01:00
Update readme
This commit is contained in:
parent
b09c021e44
commit
b31bedb8ea
@ -9,14 +9,22 @@ The code is JavaScript ECMA 6.
|
|||||||
|
|
||||||
Getting started
|
Getting started
|
||||||
===============
|
===============
|
||||||
|
Install some nice extensions for Chrom(e|ium):
|
||||||
|
- [Allow-Control-Allow-Origin](https://chrome.google.com/webstore/detail/allow-control-allow-origi/nlfbmbojpeacfghkpbjhddihlkkiljbi):
|
||||||
|
we need this to open connection to external hosts ([staging.ascribe.io](http://staging.ascribe.io/) in our case)
|
||||||
|
- [React Developer Tools](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone git@bitbucket.org:ascribe/onion.git
|
git clone git@bitbucket.org:ascribe/onion.git
|
||||||
cd onion
|
cd onion
|
||||||
npm install
|
npm install
|
||||||
npm run watch
|
npm run watch
|
||||||
|
|
||||||
|
python -mSimpleHTTPServer
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Code Conventions
|
Code Conventions
|
||||||
================
|
================
|
||||||
For this project, we're using:
|
For this project, we're using:
|
||||||
|
Loading…
Reference in New Issue
Block a user