Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hayd1n/blog
- Owner: hayd1n
- License: mit
- Created: 2024-08-08T19:38:59.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-10T03:42:51.000Z (6 months ago)
- Last Synced: 2024-11-07T07:20:59.583Z (3 months ago)
- Language: Svelte
- Size: 255 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.