moris.day blog source code
.vscode | ||
src | ||
.env.example | ||
.gitignore | ||
.npmrc | ||
bun.lock | ||
Caddyfile | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
svelte.config.js | ||
tsconfig.json | ||
vite.config.ts |
moris.day blog source code
Developing
# install bun
curl -fsSL https://bun.sh/install | bash
git clone https://git.moris.day/moris/day.moris.blog.git
cd day.moris.blog
bun install
bun run dev --open
Building
bun run build
You can preview the production build with bun run preview
.