Skip to content

timmo001/quiz

Repository files navigation

Quiz

A Quiz, written with Astro and Preact.

Logo

image

Site

The site is available here.

Commands

Command Action
yarn install Install dependencies
yarn start:dev Start local dev server at localhost:3000
yarn build Build your production site to ./dist/
yarn preview Preview your build locally, before deploying
yarn astro ... Run CLI commands like astro add, astro preview
yarn astro --help Get help using the Astro CLI
yarn format Format code with Prettier