Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 694 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 694 Bytes

Snowplow Digital Metronome App

This application has the following prerequisites:

  • Node.js v18.1.0 or compatible
  • Git v2.36.1 or compatible

Please make sure you have all the above installed and working correctly then clone the repository to a local folder. Open a terminal, enter that folder and execute:

npm i

Once the installation completed successfully continue with:

npm run dev
# or
npm run build & npm run start

The sourcecode is best viewed through the VSCode IDE.

Additional Commands

You can run the unit tests using:

npm run test