Skip to content

ScottHarrisonDev/cc-aggregator-game

Repository files navigation

Car Picker Game

A static Astro site which displays a randomised selection of cars as a prompt for a "which car would you own for a year?" hypothetical scenario game.

Tech

  • Astro
  • Tailwind (Via @astrojs/tailwind)
  • TypeScript
  • Vitest
  • npm

Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro -- --help Get help using the Astro CLI
npm run test Run tests (Uses Vitest)
npm run test:watch Run tests and listens for changes (Uses Vitest)
npm run test:ui Run tests in Vitest UI

Releases

No releases published

Packages

No packages published