Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/timmo001/quiz
- Owner: timmo001
- License: mit
- Created: 2022-12-29T11:59:17.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T09:47:32.000Z (2 months ago)
- Last Synced: 2024-10-29T11:50:23.866Z (2 months ago)
- Topics: astro, firebase, preact, quiz, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://quiz.timmo.dev
- Size: 2.81 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
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)
## 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/) |