https://github.com/lpil/decksterity
A thingy for DJ me
https://github.com/lpil/decksterity
Last synced: 8 months ago
JSON representation
A thingy for DJ me
- Host: GitHub
- URL: https://github.com/lpil/decksterity
- Owner: lpil
- Created: 2017-07-09T22:25:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T21:45:44.000Z (about 8 years ago)
- Last Synced: 2025-01-22T05:41:55.186Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 658 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Decksterity
## Notes
- https://stackoverflow.com/questions/26452026/how-to-make-waveform-rendering-more-interesting
- http://waveform.prototyping.bbc.co.uk
## Run Project
```sh
npm install
npm start
cargo run mix
```
## Build for Production
```sh
npm run build
```