first commit
This commit is contained in:
commit
9da3d1044d
3 changed files with 57 additions and 0 deletions
25
README.md
Normal file
25
README.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
# moris.day blog source code
|
||||
|
||||
|
||||
## Developing
|
||||
|
||||
```bash
|
||||
# install bun
|
||||
curl -fsSL https://bun.sh/install | bash
|
||||
|
||||
git clone https://git.moris.day/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`.
|
Loading…
Add table
Add a link
Reference in a new issue