From 5c7a729e5f98d07d8060a36d0f720a3a854f2c83 Mon Sep 17 00:00:00 2001 From: ksherlock Date: Wed, 20 Oct 2021 12:29:44 -0400 Subject: [PATCH] Create README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a59a839 --- /dev/null +++ b/README.md @@ -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`