Files
warren/frontend
409 23fdd55612 refactor file system operations
the most notable improvement is that uploads are now using streams so
they no longer require the entire file to be stored in memory
2025-07-28 22:38:28 +02:00
..
2025-07-20 13:14:31 +02:00
2025-07-23 13:47:42 +02:00
2025-07-28 22:38:28 +02:00
2025-07-22 22:01:43 +02:00
2025-07-11 23:55:46 +02:00
2025-07-11 23:55:46 +02:00
2025-07-23 13:47:42 +02:00
2025-07-21 19:27:41 +02:00
2025-07-17 16:36:36 +02:00
2025-07-11 23:55:46 +02:00
2025-07-16 10:18:57 +02:00
2025-07-21 09:37:53 +02:00
2025-07-11 23:55:46 +02:00
2025-07-11 23:55:46 +02:00
2025-07-21 09:37:53 +02:00
2025-07-21 09:37:53 +02:00
2025-07-11 23:55:46 +02:00
2025-07-11 23:55:46 +02:00

Nuxt Minimal Starter

Look at the Nuxt documentation to learn more.

Setup

Make sure to install dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

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

# npm
npm run dev

# pnpm
pnpm dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.