Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srounce/treecle
https://github.com/srounce/treecle
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/srounce/treecle
- Owner: srounce
- Created: 2013-01-24T15:13:12.000Z (almost 12 years ago)
- Default Branch: develop
- Last Pushed: 2013-03-20T10:18:13.000Z (over 11 years ago)
- Last Synced: 2024-04-14T14:44:05.337Z (7 months ago)
- Language: JavaScript
- Size: 1.06 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/
```