Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Latest commit

 

History

History
44 lines (28 loc) · 1008 Bytes

File metadata and controls

44 lines (28 loc) · 1008 Bytes

Internet Drum Pattern Maker

A web client for creating internet drum patterns.

Build status

Build Status Docker Pulls

Requirements

How to build

Check out the project, go to its root directory and run:

npm run-script build

How to run

Run:

npm start

A browser should open the client application at http://localhost:8000/.

How to run tests

Run:

npm test