Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 629 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 629 Bytes

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.