https://github.com/dhowe/ticocd
ticocd plus r2js
https://github.com/dhowe/ticocd
Last synced: over 1 year ago
JSON representation
ticocd plus r2js
- Host: GitHub
- URL: https://github.com/dhowe/ticocd
- Owner: dhowe
- Created: 2020-06-19T13:08:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-21T08:19:31.000Z (about 6 years ago)
- Last Synced: 2025-02-16T00:29:17.849Z (over 1 year ago)
- Language: JavaScript
- Size: 714 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## TICOCD
### online
https://rednoise.org/ticocd/
### browser
```
$ git clone https://github.com/dhowe/ticocd.git
$ cd ticocd
then open 'index.html' in your browser (via a local webserver)
(note: use chrome-based browsers for now)
```
### node
```
$ git clone https://github.com/dhowe/ticocd.git
$ cd ticocd
$ npm install
$ node ticocd
```