wraybowling / plinky-site

www.plinkysynth.com website

Home Page:https://www.plinkysynth.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

plinky-site

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.

Running the project locally

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 new firmware

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).

  1. Add the firmware file in firmware/.
  2. Edit the firmware.json file in the root to point to it.

Deploying

Deployments are done automatically when you trigger a push to main via sapper export.

Credits

Plinky synthesizer by Alex Evans (@mmalex). Website by miunau (@miuott) with content by Plinky contributors.

About

www.plinkysynth.com website

https://www.plinkysynth.com

License:Other


Languages

Language:Svelte 52.3%Language:TypeScript 16.7%Language:JavaScript 14.9%Language:CSS 13.2%Language:HTML 2.8%