Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 923 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 923 Bytes

Simple Metronome

A lightweight, extensible, open source metronome.

Prerequisites

To run the program locally, you will need:

  • npm
  • nodejs

Getting Started

$ git clone https://github.com/danielfullerton/simple-metronome.git
$ cd simple-metronome
$ npm install
$ npm run start:dev

(Windows commands will differ slightly)

After running the above, you can access the program at http://localhost:4200.

Alternatively, you can build the project using

$ tsc

and run the bundled dist/index.js file statically.

Built With

Authors

License

This project is licensed under the MIT License.