This is a SvelteKit + TypeScript static site (SSG/prerendered).
- Package manager:
bun - Runtime target: Node
>=20, Bun>=1.1 - Formatter:
prettier - Type/lint gate:
svelte-check
git clone git@git.colormatic.org:ColormaticStudios/Colormatic-Website.git
cd Colormatic-Website
bun install
bun run devbun run dev: start local dev serverbun run build: create production buildbun run preview: preview production buildbun run format: apply formattingbun run format:check: verify formattingbun run check: run Svelte/TypeScript checksbun run validate: run formatting check + type checks (CI/local gate)
src/routes: pages and route-level layoutssrc/lib/blocks: app-level layout blocks (navbar, footer, background, settings)src/lib/components: reusable UI componentssrc/lib/data: static data sources used by routes/componentssrc/lib/utils: utility functionssrc/lib/styles: global styles imported in the root layout
Bootstrap Icons are licensed under the MIT license.