Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/innoq/rocar

ROCA demo application
https://github.com/innoq/rocar

Last synced: 7 days ago
JSON representation

ROCA demo application

Awesome Lists containing this project

README

        

Getting Started
---------------

* install dependencies

$ pip install flask
$ npm install

* set up third-party assets

$ npm run assets

* compile JavaScript modules

$ npm run dist
# alternatively, watch file system changes and recompile automatically
$ npm run dev-css
$ npm run dev-js

* launch server

$ python -m rocar