Theoritical exam web app for acquiring a driver's license
Find a file
2025-03-04 19:32:16 +01:00
components quick, minor: remove little comments 2025-03-04 19:32:16 +01:00
layouts pinia, points result at end, remove comments, cosmetic 2025-03-04 19:27:50 +01:00
pages pinia, points result at end, remove comments, cosmetic 2025-03-04 19:27:50 +01:00
server pinia, points result at end, remove comments, cosmetic 2025-03-04 19:27:50 +01:00
src/db first commit, pretty ok 2025-03-03 19:46:35 +01:00
store pinia, points result at end, remove comments, cosmetic 2025-03-04 19:27:50 +01:00
types pinia, points result at end, remove comments, cosmetic 2025-03-04 19:27:50 +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 pinia, points result at end, remove comments, cosmetic 2025-03-04 19:27:50 +01:00
package.json pinia, points result at end, remove comments, cosmetic 2025-03-04 19:27:50 +01:00
pnpm-lock.yaml pinia, points result at end, remove comments, cosmetic 2025-03-04 19:27: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