Leni Aniva 63ac9eadd8 | ||
---|---|---|
src | ||
static | ||
tests | ||
.gitignore | ||
README.md | ||
components.json | ||
eslint.config.js | ||
flake.lock | ||
flake.nix | ||
package-lock.json | ||
package.json | ||
playwright.config.ts | ||
postcss.config.js | ||
svelte.config.js | ||
tailwind.config.ts | ||
tsconfig.json | ||
vite.config.ts |
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
.