2015-05-12 14:59:58 +02:00
|
|
|
Introduction
|
|
|
|
============
|
|
|
|
|
|
|
|
Onion is the web client for Ascribe. The idea is to have a well documented,
|
2015-05-13 15:42:55 +02:00
|
|
|
easy to test, easy to hack, JavaScript application.
|
2015-05-12 14:59:58 +02:00
|
|
|
|
2015-05-13 14:44:44 +02:00
|
|
|
The code is JavaScript ECMA 6.
|
|
|
|
|
2015-05-12 14:59:58 +02:00
|
|
|
|
|
|
|
Getting started
|
|
|
|
===============
|
|
|
|
|
2015-05-12 15:28:59 +02:00
|
|
|
```bash
|
|
|
|
git clone git@bitbucket.org:ascribe/onion.git
|
|
|
|
cd onion
|
|
|
|
npm install
|
|
|
|
npm run build
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reading list
|
|
|
|
============
|
|
|
|
- [alt.js](http://alt.js.org/)
|
2015-05-13 14:44:44 +02:00
|
|
|
- [alt.js readme](https://github.com/goatslacker/alt)
|