nuxt-prawo-jazdy/README.md

50 lines
1 KiB
Markdown
Raw Permalink Normal View History

2025-03-03 19:50:51 +01:00
# nuxt-prawo-jazdy
2025-03-03 19:46:35 +01:00
## Setup
2025-03-03 19:50:51 +01:00
This project utilizes `pnpm`, thus it is recommended
2025-03-03 19:46:35 +01:00
```bash
pnpm install
```
# To-do:
- [ ] re-forge database structure, script for processing, share appropriate files
- [ ] choose category
- [ ] beautify website
- [ ] better answer click recognition
- [ ] come up with how to show results appropriately
- [ ] i18n - pl, en, de, ua (not all questions are not available in ua, api handle)
- [ ] exam (maybe also results?) warning leave message on exit (refresh)
- [ ] lazy loading
- [ ] question timers, and at end of total timer show a message for a while before immediatly navigating to results (maybe sth similar also when normally ending exam)
2025-03-03 19:50:51 +01:00
2025-03-03 19:46:35 +01:00
## Development Server
Start the development server on `http://localhost:3000`:
```bash
2025-03-03 19:50:51 +01:00
pnpm run dev
2025-03-03 19:46:35 +01:00
```
## Production
Build the application for production:
```bash
pnpm build
```
Locally preview production build:
```bash
pnpm preview
2025-03-03 19:50:51 +01:00
```
2025-03-03 19:46:35 +01:00
2025-03-03 19:50:51 +01:00
Check out the [Nuxt documentation](https://nuxt.com/docs) for more information.
2025-03-03 19:46:35 +01:00
2025-03-03 19:50:51 +01:00
### Licensing
2025-03-03 19:46:35 +01:00
2025-03-03 19:50:51 +01:00
Distributed via [MIT License](./LICENSE)