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
- Host: GitHub
- URL: https://github.com/zorbash/kittable
- Owner: zorbash
- Created: 2018-07-18T22:58:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-19T08:35:53.000Z (over 7 years ago)
- Last Synced: 2025-02-13T02:47:46.199Z (about 1 year ago)
- Language: JavaScript
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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