This project is a minimal website to get you up and running as quickly as possible with Nuxt.
Nuxt is a full-stack web framework that aims to make web development intuitive and performant, with a great developer experience.
Learn more in the 'What is Nuxt?' section of our documentation.
- 🚀 Start from a starter (Nuxt, Content, Module or Layer)
Head over nuxt.new to get started.
- Clone this repository
- Enable Corepack using
corepack enable
(usenpm i -g corepack
for Node.js < 16.10) - Install dependencies using
pnpm install
- Start dev server using
pnpm dev