303 B
303 B
moris.day blog source code
Developing
# 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
bun run build
You can preview the production build with bun run preview
.