Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eduardo-matos/raiden
Let humans see progress
https://github.com/eduardo-matos/raiden
Last synced: about 1 month ago
JSON representation
Let humans see progress
- Host: GitHub
- URL: https://github.com/eduardo-matos/raiden
- Owner: eduardo-matos
- Created: 2015-09-26T23:20:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-28T10:12:34.000Z (about 9 years ago)
- Last Synced: 2023-03-17T18:31:16.669Z (over 1 year ago)
- Language: Python
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raiden
Let humans see progress.
## Testing
First you have to install all dependencies:
`pip install -r requirments-dev.txt`
`npm install`
`bower install`To run all Python tests, execute `./runtests.py`.
To run all JavaScript tests, execute `node_modules/karma/bin/karma start tests_js/karma.conf.js`