moris.day blog source code
Find a file
2025-04-29 18:54:18 +09:00
.vscode add source codes 2025-01-19 01:06:28 +09:00
src 環境によるズレの修正 2025-04-29 18:54:18 +09:00
.env.example リポジトリ変更 2025-04-29 18:51:40 +09:00
.gitignore first commit 2025-01-19 01:01:36 +09:00
.npmrc add source codes 2025-01-19 01:06:28 +09:00
bun.lock Update bun.lock 2025-03-07 22:51:48 +09:00
Caddyfile add source codes 2025-01-19 01:06:28 +09:00
LICENSE first commit 2025-01-19 01:01:36 +09:00
package-lock.json add source codes 2025-01-19 01:06:28 +09:00
package.json Update packages 2025-03-07 21:17:25 +09:00
README.md リポジトリ変更 2025-04-29 18:51:40 +09:00
svelte.config.js css hashを短くする 2025-03-12 23:10:34 +09:00
tsconfig.json add source codes 2025-01-19 01:06:28 +09:00
vite.config.ts add source codes 2025-01-19 01:06:28 +09:00

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.