@not251/not251
v0.0.2
Published
[WIP] not251 - music theory library
Downloads
7
Readme
not251
[WIP] not251 - music theory library
Prerequisites
- install NVM (Node Version Manager) -> From here,
- install latest Node.js LTS version with
nvm install --lts
- activate the Node.js version with
nvm use lts
- install pnpm with
npm install -g pnpm
Development Setup
- Clone the repository with
git clone https://github.com/not251/not251-ts.git
- Install dependencies with
pnpm install
- Run the tests with
pnpm test
- Build the library with
pnpm run build