https://github.com/enspirit/finitio-demo
A tool for demonstrations of Finitio
https://github.com/enspirit/finitio-demo
Last synced: about 2 months ago
JSON representation
A tool for demonstrations of Finitio
- Host: GitHub
- URL: https://github.com/enspirit/finitio-demo
- Owner: enspirit
- License: mit
- Created: 2014-07-09T16:35:50.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-10-24T11:11:15.000Z (over 2 years ago)
- Last Synced: 2025-01-15T01:08:19.796Z (3 months ago)
- Language: JavaScript
- Size: 441 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Finitio Demo
A demonstration tool for [Finitio](http://www.finitio.io/) built for
a talk at [http://csvconf.com/](csv,conf 2014) held in Berlin.## How to get started?
```
git clone git://github.com/blambeau/finitio-demo
cd finitio-demo
sudo npm -g install grunt-cli karma bower
npm install
bower install
grunt build
grunt compile
```Open bin/index.html in your browser.