A front part of Butem po mieście project, build on Nuxt 3 with:
Install the dependencies:
# pnpm
pnpm install
Don't forget to adjust your .env file (use a template from .env.example from this repo and name it accordingly to files used in package.json commands).
Start the development server on http://localhost:3000
(automatically opens a browser):
# pnpm
pnpm dev -o
Build the application for stage environment:
# pnpm
pnpm run stage
Build the application for production:
# pnpm
pnpm run build
Locally preview production build:
# pnpm
pnpm run preview