An open API service indexing awesome lists of open source software.

https://github.com/boompig/boompig.github.io

Boompig's Blog
https://github.com/boompig/boompig.github.io

blog svelte

Last synced: 5 months ago
JSON representation

Boompig's Blog

Awesome Lists containing this project

README

          

# kats.coffee

Personal blog of Daniel Kats, founder of Reffie.

## Development

```bash
npm install
npm run dev
```

Visit http://localhost:5173

## Build

```bash
npm run build
```

The built files will be in the `dist` directory.

## Deploy to GitHub Pages

This project automatically deploys to GitHub Pages when you push to the main/master branch.

Make sure to:
1. Enable GitHub Pages in your repository settings
2. Set the source to "GitHub Actions"
3. Push your changes to trigger the deployment

## Tech Stack

- Svelte 5
- Vite
- Vanilla CSS