# nuxt-prawo-jazdy ## Setup This project utilizes `pnpm`, thus it is recommended ```bash pnpm install ``` More information about setting up database will come here later ## Development Server Start the development server on `http://localhost:3000`: ```bash pnpm run dev ``` ## Production Build the application for production: ```bash pnpm build ``` Locally preview production build: ```bash pnpm preview ``` Check out the [Nuxt documentation](https://nuxt.com/docs) for more information. ### Licensing Distributed via [MIT License](./LICENSE)