Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kfox/gradus
Gradus Ad Parnassum meets HTML5
https://github.com/kfox/gradus
Last synced: 9 days ago
JSON representation
Gradus Ad Parnassum meets HTML5
- Host: GitHub
- URL: https://github.com/kfox/gradus
- Owner: kfox
- Created: 2019-08-12T15:31:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2014-11-12T23:14:36.000Z (about 10 years ago)
- Last Synced: 2023-02-28T10:55:57.208Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 2.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Hyper-gradus!
See the [Roadmap](ROADMAP.md) and the [GHETTO_RFC](GHETTO_RFC.md)
## How to run
```
gem install serve
serve .
```
and then hit localhost:4000 in the browser## How to run tests
1) Install [node](http://nodejs.org)
2) Install testem for prettiness
```
npm install mocha
npm install should
npm install chai
npm install testem -g
```3) Run tests from the **project root**
```
testem
```This will launch chrome and display results in terminal.