Code project building and management platform
Tessellate can be interacted with through a REST API as well as few different javascript helper libraries listed below.
There are a few helper libraries for interacting with the service (instead of making direct REST calls)
- Clone and install
$ git clone git://github.com/KyperTech/tessellate.git
$ npm install
- Set environment vars
$ export JWT_SECRET
$ export OAUTHIO_KEY
$ export OAUTHIO_SECRET
$ export AWS_KEY
$ export AWS_SECRET
- Start dev server
$ npm start
- Then visit http://localhost:3000/
$ npm test
MIT