Home

Awesome

<br> <div align="center"> <img width="400" src="https://i.giphy.com/media/d31vTpVi1LAcDvdm/giphy.gif" alt="Bob Ross"> </div> <br>

Joy of Code

Web development and design-focused content.

▶️ 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

📜 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