No description
Find a file
2025-05-08 15:15:21 -07:00
lexicons@a18e052a77 add new submodule, update script 2025-05-08 15:15:21 -07:00
src add theme example, did -> handle resolution, more info on state 2025-04-02 18:13:50 -07:00
static Initial commit 2025-03-23 19:44:00 -07:00
.gitignore add new submodule, update script 2025-05-08 15:15:21 -07:00
.gitmodules add new submodule, update script 2025-05-08 15:15:21 -07:00
.npmrc Initial commit 2025-03-23 19:44:00 -07:00
.prettierignore Initial commit 2025-03-23 19:44:00 -07:00
.prettierrc Initial commit 2025-03-23 19:44:00 -07:00
bun.lock swap from stores to states 2025-03-31 19:22:09 -07:00
eslint.config.js Initial commit 2025-03-23 19:44:00 -07:00
generate-lexicons.sh add new submodule, update script 2025-05-08 15:15:21 -07:00
package.json add new submodule, update script 2025-05-08 15:15:21 -07:00
README.md Update README.md 2025-03-28 17:38:21 -07:00
svelte.config.js switch to ssg, add atcute, add iconify 2025-03-27 23:10:40 -07:00
tsconfig.json setup types, more intelligent list component implementation example 2025-03-28 00:48:42 -07:00
vite.config.ts config vite for oauth 2025-03-29 21:48:49 -07:00

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