Skip to content

🌸 Joy of Code is a digital garden growing curious minds

License

Notifications You must be signed in to change notification settings

mattcroat/joy-of-code

Repository files navigation


Bob Ross

Joy of Code

Joy of Code is a digital garden growing curious minds focused on web development and web design.

▶️ YouTube YouTube Subscribers

You can find my videos on YouTube.

🙏 Support

You can support my work by becoming a patron starting low as $1/month.

🤗 Contributing

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.

🧭 Uses

  • ⚡️ 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 🤭

📜 Setup

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.

👬 Clone the project

git clone https://github.com/mattcroat/joy-of-code.git

⚙️ Rename .env.example to .env

# Private
BUTTONDOWN_API_KEY=API_KEY

📦️ Install the dependencies

pnpm i

💿️ Run the development server

pnpm run dev