Theoritical exam web app for acquiring a driver's license, but with better UI
| components | ||
| layouts | ||
| pages | ||
| plugins | ||
| server | ||
| src/db | ||
| store | ||
| types | ||
| .env.example | ||
| .gitignore | ||
| app.vue | ||
| drizzle.config.ts | ||
| LICENSE | ||
| nuxt.config.ts | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| tsconfig.json | ||
nuxt-prawo-jazdy
Setup
This project utilizes pnpm, thus it is recommended
pnpm install
More information about setting up database will come here later
Development Server
Start the development server on http://localhost:3000:
pnpm run dev
Production
Build the application for production:
pnpm build
Locally preview production build:
pnpm preview
Check out the Nuxt documentation for more information.
Licensing
Distributed via MIT License