SuperSnippets is a tool that takes code and turns it into images worthy of presenting. This project is made using React, Tailwind, Javascript/Typescript and Bun.
Linux and MacOS users can use Bun.
bun installTo run the project, use
bunx --bun viteSince bun is still quite new it is best to check for updates every week or so. You can type the following command in to check for updates.
bun upgradeWindows users could use WSL, but I've found it does not work at times. For simplicity, use pnpm. Linux and MacOS users can also use pnpm if they prefer.
pnpm installTo run the project, use
pnpm run dev