Skip to content

camilla-westin/FlavorFusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A minimal Nuxt site with Sanity Studio

This starter uses Nuxt for the front end and Sanity to handle its content.

Prerequisities

Getting started

The following commands are meant to be run in both the /app and /studio folders.

  1. npm install to install dependencies
  2. npm create sanity@latest init --env, this will:
  • ask you to select or create a Sanity project and dataset
  • output a .env file with appropriate variables
  • (or use sanity init --env if you have the CLI installed)
  1. npm run dev to start the development server

Your Nuxt app should now be running on http://localhost:3000/ and Studio on http://localhost:3333/.

screencapture-localhost-3000-2024-03-28-09_00_22

About

Recipe app with Nuxt and Sanity CMS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published