No description
| lexicons@a18e052a77 | ||
| src | ||
| static | ||
| .gitignore | ||
| .gitmodules | ||
| .npmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| bun.lock | ||
| eslint.config.js | ||
| generate-lexicons.sh | ||
| package.json | ||
| README.md | ||
| svelte.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||
wip sveltekit site for anylists
Setup
bun install # install dependencies
bun run types # generate types from: https://winry.woach.me/Julia/anylists
Developing
start the development server
bun run dev
Building
build with ssg:
bun run build
preview the static site with:
bun run preview