comparateur d'itineraire ethique
Find a file
Adam Belkacemi cf6ee64e31
Some checks are pending
CI / tests (push) Waiting to run
CI / deploiement (push) Blocked by required conditions
Import initial : code en production sur Hetzner
2026-09-07 18:21:38 +00:00
.forgejo/workflows Import initial : code en production sur Hetzner 2026-09-07 18:21:38 +00:00
app Import initial : code en production sur Hetzner 2026-09-07 18:21:38 +00:00
public Import initial : code en production sur Hetzner 2026-09-07 18:21:38 +00:00
server Import initial : code en production sur Hetzner 2026-09-07 18:21:38 +00:00
shared Import initial : code en production sur Hetzner 2026-09-07 18:21:38 +00:00
test/unit Import initial : code en production sur Hetzner 2026-09-07 18:21:38 +00:00
tests Import initial : code en production sur Hetzner 2026-09-07 18:21:38 +00:00
.dockerignore Import initial : code en production sur Hetzner 2026-09-07 18:21:38 +00:00
.gitignore Import initial : code en production sur Hetzner 2026-09-07 18:21:38 +00:00
.nuxtrc Import initial : code en production sur Hetzner 2026-09-07 18:21:38 +00:00
Caddyfile Import initial : code en production sur Hetzner 2026-09-07 18:21:38 +00:00
docker-compose.yml Import initial : code en production sur Hetzner 2026-09-07 18:21:38 +00:00
Dockerfile Import initial : code en production sur Hetzner 2026-09-07 18:21:38 +00:00
nuxt.config.ts Import initial : code en production sur Hetzner 2026-09-07 18:21:38 +00:00
package-lock.json Import initial : code en production sur Hetzner 2026-09-07 18:21:38 +00:00
package.json Import initial : code en production sur Hetzner 2026-09-07 18:21:38 +00:00
playwright.config.ts Import initial : code en production sur Hetzner 2026-09-07 18:21:38 +00:00
README.md Import initial : code en production sur Hetzner 2026-09-07 18:21:38 +00:00
tsconfig.json Import initial : code en production sur Hetzner 2026-09-07 18:21:38 +00:00
vitest.config.ts Import initial : code en production sur Hetzner 2026-09-07 18:21:38 +00: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.