moris-blog/README.md
2024-11-29 18:54:42 +09:00

227 B

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