Skip to content

ickynavigator/blog

Repository files navigation

This is a Next.js blogsite that uses the sanity CMS to store it's data

Getting Started

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.

Learn More

To learn more about Next.js, take a look at the following resources: