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

https://github.com/zorbash/kittable

Dashboard using Kitto Framework
https://github.com/zorbash/kittable

Last synced: 12 months ago
JSON representation

Dashboard using Kitto Framework

Awesome Lists containing this project

README

          

# Kittable

To start your Dashboard:

* Install dependencies with `mix deps.get`
* Install Node.js dependencies with `npm install`
* Start a development server with `mix kitto.server`

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.

Ready to run in production? Please [check our deployment guides](https://github.com/kittoframework/kitto#deployment).

## Learn more

* Official website: http://kitto.io
* Guides: https://github.com/kittoframework/kitto/wiki
* Docs: https://hexdocs.pm/kitto/api-reference.html
* Source: https://github.com/kittoframework/kitto