Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/srounce/treecle


https://github.com/srounce/treecle

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

#Treeeecle

##Installation for development
It's as simple as:
```
$ cd /to/treecle/local/repo/
$ git submodule init
$ git submodule update
$ npm install
$ npm start
```

##Build
As brainless as:
```
$ make
$ cd build/
```