src | ||
static | ||
.env.example | ||
.gitignore | ||
.npmrc | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
svelte.config.js | ||
TODO.md | ||
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