Main website Mk. II
Go to file
Leni Aniva de4b09b23e
feat: Initial site stub
2024-09-11 00:51:05 -07:00
src feat: Initial site stub 2024-09-11 00:51:05 -07:00
static feat: Initial site stub 2024-09-11 00:51:05 -07:00
tests feat: Initial site stub 2024-09-11 00:51:05 -07:00
.gitignore feat: Initial site stub 2024-09-11 00:51:05 -07:00
README.md feat: Initial site stub 2024-09-11 00:51:05 -07:00
eslint.config.js feat: Initial site stub 2024-09-11 00:51:05 -07:00
package-lock.json feat: Initial site stub 2024-09-11 00:51:05 -07:00
package.json feat: Initial site stub 2024-09-11 00:51:05 -07:00
playwright.config.ts feat: Initial site stub 2024-09-11 00:51:05 -07:00
svelte.config.js feat: Initial site stub 2024-09-11 00:51:05 -07:00
tsconfig.json feat: Initial site stub 2024-09-11 00:51:05 -07:00
vite.config.ts feat: Initial site stub 2024-09-11 00:51:05 -07:00

README.md

Chrysoblog

Personal Website

Developing

Install dependencies with npm install (or pnpm install or yarn). Then start the dev server with

npm run dev [-- --open]

Building

To create the production version,

npm run build

You can preview the production build with npm run preview.