Go to file
2024-12-01 21:54:52 +09:00
src fix: リポジトリを環境変数から取得 2024-12-01 21:54:52 +09:00
static commit all 2024-11-29 18:54:42 +09:00
.env.example change: Remove env TOKEN 2024-12-01 21:53:30 +09:00
.gitignore commit all 2024-11-29 18:54:42 +09:00
.npmrc commit all 2024-11-29 18:54:42 +09:00
LICENSE commit all 2024-11-29 18:54:42 +09:00
package-lock.json change: package version up 2024-11-30 22:16:07 +09:00
package.json commit all 2024-11-29 18:54:42 +09:00
README.md commit all 2024-11-29 18:54:42 +09:00
svelte.config.js commit all 2024-11-29 18:54:42 +09:00
vite.config.js commit all 2024-11-29 18:54:42 +09:00

moris.day blog source code

Develop

git clone https://git.moris.day/moris/blog.git
cd blog
npm install
npm run dev -- --open

Build

npm run build

You can preview the production build with npm run preview