Merge pull request #4 from ksherlock/ksherlock-readme

Create README.md
This commit is contained in:
ksherlock 2021-10-27 16:15:33 -04:00 committed by GitHub
commit 9f3dc73820
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`