Main website Mk. II
Go to file
Leni Aniva 63ac9eadd8
feat: Main page cover
2024-09-13 17:00:03 -07:00
src feat: Main page cover 2024-09-13 17:00:03 -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
components.json feat: Add shadcn based navbar 2024-09-11 07:54:39 -07:00
eslint.config.js feat: Initial site stub 2024-09-11 00:51:05 -07:00
flake.lock build: Add Nix flake 2024-09-11 22:09:13 -07:00
flake.nix build: Add Nix flake 2024-09-11 22:09:13 -07:00
package-lock.json fix: Package version and svelte-kit sync 2024-09-11 22:14:13 -07:00
package.json fix: Package version and svelte-kit sync 2024-09-11 22:14:13 -07:00
playwright.config.ts feat: Initial site stub 2024-09-11 00:51:05 -07:00
postcss.config.js feat: Add shadcn based navbar 2024-09-11 07:54:39 -07:00
svelte.config.js feat: Add shadcn based navbar 2024-09-11 07:54:39 -07:00
tailwind.config.ts feat: Add shadcn based navbar 2024-09-11 07:54:39 -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.