https://github.com/lpil/stepper
A little JS step sequencer
https://github.com/lpil/stepper
Last synced: 7 months ago
JSON representation
A little JS step sequencer
- Host: GitHub
- URL: https://github.com/lpil/stepper
- Owner: lpil
- Created: 2016-05-01T19:43:11.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-26T21:07:51.000Z (almost 10 years ago)
- Last Synced: 2025-03-15T15:44:45.139Z (about 1 year ago)
- Language: JavaScript
- Size: 581 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Stepper
=======
[](https://travis-ci.org/lpil/stepper)
A little JS step sequencer.
```sh
cd /path/to/stepper
# Install the deps
npm install
# Run the test runner
npm test
# Run the dev server
npm start
```