This commit is contained in:
Kelvin Sherlock 2023-05-25 16:15:28 -04:00
commit 8e3ab2f293
1 changed files with 14 additions and 0 deletions

14
README.md Normal file
View File

@ -0,0 +1,14 @@
# Ensoniq Buddy
The es5503 calculator
See [ksherlock.github.io/ensoniq-buddy](ksherlock.github.io/ensoniq-buddy/)
Developed with [preact](https://github.com/preactjs/preact) and [esbuild](https://github.com/evanw/esbuild).
## Building
1. Install esbuild (and dependencies...)
2. Install yarn
3. `yarn install`
2. `make`