From 5c7a729e5f98d07d8060a36d0f720a3a854f2c83 Mon Sep 17 00:00:00 2001 From: ksherlock Date: Wed, 20 Oct 2021 12:29:44 -0400 Subject: [PATCH 1/2] 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` From 9596b3e460184531d2fcbf95507ed4f858d2f5ec Mon Sep 17 00:00:00 2001 From: ksherlock Date: Wed, 27 Oct 2021 16:16:08 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a59a839..db3f2e9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Developed with [preact](https://github.com/preactjs/preact) and [esbuild](https: ## Building -1. Install esbuild (and it's dependencies...) +1. Install esbuild (and dependencies...) 2. Install yarn 3. `yarn install` 2. `make`