Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattcroat/joy-of-code
🌸 Joy of Code is a digital garden growing curious minds
https://github.com/mattcroat/joy-of-code
Last synced: 9 days ago
JSON representation
🌸 Joy of Code is a digital garden growing curious minds
- Host: GitHub
- URL: https://github.com/mattcroat/joy-of-code
- Owner: mattcroat
- License: mit
- Created: 2020-10-19T20:14:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T16:16:17.000Z (3 months ago)
- Last Synced: 2024-10-11T12:17:48.334Z (29 days ago)
- Language: Svelte
- Homepage: https://joyofcode.xyz
- Size: 47.9 MB
- Stars: 429
- Watchers: 8
- Forks: 124
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-sveltekit - [code
README
## Joy of Code
[Joy of Code](https://joyofcode.xyz/) is a digital garden growing curious minds focused on web development and web design.
## ▶️ YouTube ![YouTube Subscribers](https://img.shields.io/youtube/channel/subscribers/UC6wpjLSLn2dhlaDjn6_V0rw)
You can find my videos on [YouTube](https://www.youtube.com/@joyofcodedev).
## 🙏 Support
You can support my work by [becoming a patron](https://www.patreon.com/joyofcode) 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](CONTRIBUTING.md) to learn more.
## 🧭 Uses
- ⚡️ [SvelteKit](https://kit.svelte.dev/) for the framework and prerendering pages ahead of time making it blazingly fast 🔥
- The project is hosted on [Vercel](https://vercel.com/)
- I use [Buttondown](https://buttondown.email/) 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](https://pnpm.io/) but any package manager should work.
### 👬 Clone the project
```sh
git clone https://github.com/mattcroat/joy-of-code.git
```### ⚙️ Rename `.env.example` to `.env`
```text
# Private
BUTTONDOWN_API_KEY=API_KEY
```### 📦️ Install the dependencies
```sh
pnpm i
```### 💿️ Run the development server
```sh
pnpm run dev
```