https://github.com/kfox/gradus
Gradus Ad Parnassum meets HTML5
https://github.com/kfox/gradus
Last synced: 10 months 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2014-11-12T23:14:36.000Z (over 11 years ago)
- Last Synced: 2025-06-05T06:56:15.486Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.51 MB
- Stars: 0
- Watchers: 0
- 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.