Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/timmo001/quiz

A Quiz, written with Astro and Preact.
https://github.com/timmo001/quiz

astro firebase preact quiz tailwindcss typescript

Last synced: 20 days ago
JSON representation

A Quiz, written with Astro and Preact.

Awesome Lists containing this project

README

        

# Quiz

A Quiz, written with Astro and Preact.

![Logo](https://github.com/timmo001/quiz/raw/master/src/icons/logomark.svg)

image

## Site

The site is available [here](https://quiz.timmo.dev).

## 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](https://prettier.io/) |