Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 594 Bytes

README.md

File metadata and controls

47 lines (32 loc) · 594 Bytes

Website for a local italian restaurant named Entrepot del Tartufo (Work in Progress)

Nuxt Modules:

  • Nuxt UI
  • Nuxt Color
  • Nuxt Image
  • TailwindCSS
  • Nuxt Content (To Do)

Setup

Look at the Nuxt 3 documentation to learn more.

Make sure to install the 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 run dev

# yarn
yarn dev

# bun
bun run dev