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

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

Awesome Lists containing this project

README

          

Stepper
=======

[![Build Status](https://travis-ci.org/lpil/stepper.svg?branch=master)](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
```