commit bf649776f476e337b3a5a9307e691a5b011c8e6c Author: vrde Date: Tue May 12 14:59:58 2015 +0200 First commit! Work on README diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..21802f4b --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +lib-cov +*.seed +*.log +*.csv +*.dat +*.out +*.pid +*.gz + +pids +logs +results + +node_modules +npm-debug.log + diff --git a/README.md b/README.md new file mode 100644 index 00000000..2bbd7fef --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +Introduction +============ + +Onion is the web client for Ascribe. The idea is to have a well documented, +easy to test, easy to hack, isomorphic JavaScript application. + +If we are able to create an isomorphic application testing is be easier +and SEO is possible. + + +Getting started +=============== + +Read list: + - [alt.js](http://alt.js.org/) + +