https://github.com/colormaticstudios/colormatic-website
The official Colormatic website (Mirror of https://git.colormatic.org/ColormaticStudios/Colormatic-Website)
https://github.com/colormaticstudios/colormatic-website
website
Last synced: 9 days ago
JSON representation
The official Colormatic website (Mirror of https://git.colormatic.org/ColormaticStudios/Colormatic-Website)
- Host: GitHub
- URL: https://github.com/colormaticstudios/colormatic-website
- Owner: ColormaticStudios
- License: other
- Created: 2025-10-13T23:50:37.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-05-07T22:09:15.000Z (2 months ago)
- Last Synced: 2026-05-08T00:15:09.736Z (2 months ago)
- Topics: website
- Language: Svelte
- Homepage: https://colormatic.org/
- Size: 5.09 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Colormatic Website
[colormatic.org](https://colormatic.org)
This is a SvelteKit + TypeScript static site (SSG/prerendered).
## Tooling Standard
- Package manager: `bun`
- Runtime target: Node `>=20`, Bun `>=1.1`
- Formatter: `prettier`
- Type/lint gate: `svelte-check`
## Quick Start
```bash
git clone git@git.colormatic.org:ColormaticStudios/Colormatic-Website.git
cd Colormatic-Website
bun install
bun run dev
```
## Scripts
- `bun run dev`: start local dev server
- `bun run build`: create production build
- `bun run preview`: preview production build
- `bun run format`: apply formatting
- `bun run format:check`: verify formatting
- `bun run check`: run Svelte/TypeScript checks
- `bun run validate`: run formatting check + type checks (CI/local gate)
## Source Layout
- `src/routes`: pages and route-level layouts
- `src/lib/blocks`: app-level layout blocks (navbar, footer, background, settings)
- `src/lib/components`: reusable UI components
- `src/lib/data`: static data sources used by routes/components
- `src/lib/utils`: utility functions
- `src/lib/styles`: global styles imported in the root layout
[Bootstrap Icons](https://icons.getbootstrap.com/) are licensed under the [MIT](https://opensource.org/license/MIT) license.