The website for Skybound City, serving as a public gateway.
# recreate this project
pnpm dlx sv@0.16.3 create --template minimal --types ts --add prettier eslint vitest="usages:unit,component" playwright tailwindcss="plugins:forms" sveltekit-adapter="adapter:static" mcp="ide:claude-code,opencode,other+setup:local" --install pnpm ./
# install dependencies
pnpm install
# start the dev server + open the app in a new browser tab
pnpm run dev --open
# create a prod version of the app
pnpm run build
# preview prod build
pnpm run preview