This is a Next.js blogsite that uses the sanity CMS to store it's data
First, copy the .env.example to .env.local and enter the correct values. Go to sanity if you are looking for any of the variables listed.
Then, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
Open http://localhost:3000/studio with your browser to see the sanity studio so you can update the app.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Sanity Documentation - learn about Sanity