Go to file
2024-12-15 22:30:12 +09:00
src
static
.env.example
.gitignore
.npmrc
LICENSE
package-lock.json
package.json
README.md
svelte.config.js
vite.config.js

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