https://github.com/azer/7min.io
7min Workout App
https://github.com/azer/7min.io
Last synced: 11 months ago
JSON representation
7min Workout App
- Host: GitHub
- URL: https://github.com/azer/7min.io
- Owner: azer
- Created: 2013-06-09T20:22:12.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-11-26T20:21:06.000Z (over 12 years ago)
- Last Synced: 2025-04-09T08:01:39.420Z (about 1 year ago)
- Language: JavaScript
- Homepage: 7min.io
- Size: 127 KB
- Stars: 13
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 7min.io
This is the source code of 7min.io. It's a 7Min workout app that plays music from [Rdio](http://rdio.com).
## Install
```bash
$ git clone https://github.com/azer/7min.io.git
$ cd 7min.io
$ npm install
$ component install
```
## Build
Typing `indev` on the console will be building the project into `dist/` directory
and updating it on any change on the source code.
```bash
$ npm install -g indev
$ indev
```
## License
