An open API service indexing awesome lists of open source software.

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

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
```