remove hooks package for now

This commit is contained in:
Felix Roos 2022-03-25 22:04:43 +01:00
parent 65deb7df1d
commit 43d8f46eab
17 changed files with 151 additions and 2710 deletions

View file

@ -1,4 +1,4 @@
# strudel
# strudel
[![Strudel test status](https://github.com/tidalcycles/strudel/actions/workflows/test.yml/badge.svg)](https://github.com/tidalcycles/strudel/actions)
@ -14,6 +14,6 @@ Run the REPL locally:
```bash
cd repl
npm install
npm install --legacy-peer-deps
npm run start
```