Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hayd1n/blog

Hayden's Blog written with Svelte
https://github.com/hayd1n/blog

Last synced: 26 days ago
JSON representation

Hayden's Blog written with Svelte

Awesome Lists containing this project

README

        

# Hayden's Blog

> 🚧 WIP

![screenshot](https://github.com/user-attachments/assets/0714daa1-5253-4aac-9274-d50f8898f950)

## Requirement

- [Bun](https://bun.sh/)

> At this moment, we might still need [Node.js](https://nodejs.org/en).

## Developing

Once you've created a project and installed dependencies with `bun install`, start a development server:

```bash
bun run dev

# or start the server and open the app in a new browser tab
bun run dev -- --open
```

## Building

To create a production version of your app:

```bash
bun run build
```

You can preview the production build with `bun run preview`.