catto labs' official website, hosted on Cloudflare pages.
The website uses our new, front-end tech stack: CATS.
- Cloudflare (Pages),
- Astro
- Tailwind CSS
- SolidJS
The colour palette used is called Catppuccin, and can be found in the licenses page of our website.
Other packages that we have used can also be found in the licenses page.
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
pnpm install |
Installs dependencies |
pnpm run dev |
Starts local dev server at localhost:3000 |
pnpm run build |
Build your production site to ./dist/ |
pnpm run preview |
Preview your build locally, before deploying |