Create README.md

This commit is contained in:
ksherlock 2021-10-20 12:29:44 -04:00 committed by GitHub
parent 075b578cc8
commit 5c7a729e5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 it's dependencies...)
2. Install yarn
3. `yarn install`
2. `make`