nuxt-prawo-jazdy/README.md

40 lines
558 B
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
```
2025-03-03 19:50:51 +01:00
More information about setting up database will come here later
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)