Skip to content

pucwoll/smelo.online

Repository files navigation

Smelo.online

Our entry for the Hackathon - Seniori v digitálnom svete. It was our first experience with Nuxt 3.

Setup

Make sure to install the dependencies:

pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

pnpm dev

Production

Build the application for production: Railway deployment

pnpm build

Locally preview production build:

pnpm preview

Check out the deployment documentation for more information.