Our entry for the Hackathon - Seniori v digitálnom svete. It was our first experience with Nuxt 3.
Make sure to install the dependencies:
pnpm install --shamefully-hoist
Start the development server on http://localhost:3000
pnpm dev
Build the application for production: Railway deployment
pnpm build
Locally preview production build:
pnpm preview
Check out the deployment documentation for more information.