Go to file
2024-12-22 11:56:02 +09:00
src fix: markdownのデザイン修正 2024-12-22 11:56:02 +09:00
static commit all 2024-11-29 18:54:42 +09:00
.env.example change: env example 2024-12-02 17:47:09 +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: packages update 2024-12-15 22:23:02 +09:00
package.json add: KaTex対応 2024-12-07 21:02:00 +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
TODO.md add todo list 2024-12-17 22:38:27 +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