[WIP] not251 - music theory library
- Clone this repository:
git clone [email protected]:not251/not251-ts.git
- Install dependencies:
pnpm install
- Compile the code:
pnpm build
- Run tests:
pnpm test
This is a turborepo monorepo template with the following structure:
├── apps
│ ├── maxmsp-test
│ └── web
└── packages
└── not251
not251
: Contains not251 typescript library code.maxmsp-test
: Contains an instance of this template withnot251
as a dependency.web
: Contains a svelte project as web demo for not251.