blog/README.md
2025-04-29 18:51:40 +09:00

24 lines
No EOL
303 B
Markdown

# moris.day blog source code
## Developing
```bash
# install bun
curl -fsSL https://bun.sh/install | bash
git clone https://git.moris.day/moris/blog.git
cd blog
bun install
bun run dev --open
```
## Building
```bash
bun run build
```
You can preview the production build with `bun run preview`.