This is the website for www.plinkysynth.com. It is deployed on Github Pages, and this website is from the default template for setting up a Sapper project. Typescript is (lightly) used.
Once you have created the project, install dependencies and run the project in development mode:
cd plinky-site
npm install # or yarn
npm run dev
This will start the development server on localhost:3000. Open it and click around.
Adding firmware has its own special step so that the UF2 file will always download as CURRENT.UF2 but also we can keep all files around in a sane manner (in the firmware/
folder).
- Add the firmware file in
firmware/
. - Edit the
firmware.json
file in the root to point to it.
Deployments are done automatically when you trigger a push to main
via sapper export
.
Plinky synthesizer by Alex Evans (@mmalex). Website by miunau (@miuott) with content by Plinky contributors.