/baustelle

👷‍♀️ Anna's starter template with Nuxt 3 and Sanity v3

Primary LanguageJavaScript

Baustelle

Anna's starter template with Nuxt 3 and Sanity v3. 👷‍♀️
Demo → baustelle.erdelen.com

● Features

● Getting Started

→ Create a new Sanity Project

cd studio/
pnpm create sanity@latest
  • Abort with ctrl + c when "Project output path" appears
  • Get Project ID with sanity manage or sanity projects list
  • Change ID in web/.env, studio/sanity.config and studio/sanity.cli

→ Install Dependencies

# From Root
pnpm install

→ Start Development Server

# From Root
# Nuxt → http://localhost:3000
# Sanity → http://localhost:3333
pnpm dev