Skip to content

chrismwilliams/astro-cube

Repository files navigation

Astro CUBE

Based on the CUBE CSS Boilerplate. Uses Astro v5 and Tailwind CSS v4.0 Beta.

Uses Tailwind's @theme config rather than .json design-tokens, found in src/css/theme/*.css

Commands

Command Action
pnpm install Installs dependencies
pnpm dev Starts local dev server at localhost:4321
pnpm build Build your production site to ./dist/
pnpm preview Preview your build locally, before deploying
pnpm astro ... Run CLI commands like astro add, astro check
pnpm astro -- --help Get help using the Astro CLI