Go to file
2024-11-29 18:54:42 +09:00
src commit all 2024-11-29 18:54:42 +09:00
static commit all 2024-11-29 18:54:42 +09:00
.env.example commit all 2024-11-29 18:54:42 +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 commit all 2024-11-29 18:54:42 +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