Theoritical exam web app for acquiring a driver's license, but with better UI
Find a file
2025-03-03 22:21:18 +01:00
components merge basic and advanced "screen", fix category in api 2025-03-03 22:21:18 +01:00
layouts first commit, pretty ok 2025-03-03 19:46:35 +01:00
pages merge basic and advanced "screen", fix category in api 2025-03-03 22:21:18 +01:00
server merge basic and advanced "screen", fix category in api 2025-03-03 22:21:18 +01:00
src/db first commit, pretty ok 2025-03-03 19:46:35 +01:00
types first commit, pretty ok 2025-03-03 19:46:35 +01:00
.env.example env example and cosmetic changes 2025-03-03 20:55:43 +01:00
.gitignore first commit, pretty ok 2025-03-03 19:46:35 +01:00
app.vue first commit, pretty ok 2025-03-03 19:46:35 +01:00
drizzle.config.ts first commit, pretty ok 2025-03-03 19:46:35 +01:00
LICENSE readme & license 2025-03-03 19:50:51 +01:00
nuxt.config.ts first commit, pretty ok 2025-03-03 19:46:35 +01:00
package.json divide page into components, add 7.css progressbar 2025-03-03 21:40:50 +01:00
pnpm-lock.yaml divide page into components, add 7.css progressbar 2025-03-03 21:40:50 +01:00
README.md readme & license 2025-03-03 19:50:51 +01:00
tsconfig.json first commit, pretty ok 2025-03-03 19:46:35 +01:00

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