Joy of Code is a digital garden growing curious minds focused on web development and web design.
You can find my videos on YouTube.
You can support my work by becoming a patron starting low as $1/month.
At the end of each post there's a direct link to the Markdown file of the post you can edit within GitHub. Read the contributing guidelines to learn more.
-
⚡️ SvelteKit for the framework and prerendering pages ahead of time making it blazingly fast 🔥
-
The project is hosted on Vercel
-
I use Buttondown for the newsletter when I remember to send one 🤭
These instructions are mostly if you want to learn how the code works but in general I don't accept pull requests that aren't related to posts but you can always raise an issue.
The project uses 📦️ pnpm but any package manager should work.
git clone https://github.com/mattcroat/joy-of-code.git
# Private
BUTTONDOWN_API_KEY=API_KEY
pnpm i
pnpm run dev