A mini blog site built with Nextjs and sanity.io for content management.
- Typescript
- Tailwind CSS
- Sanity.io CMS
First, run the development server (web folder):
npm run dev
# or
yarn dev
# or
pnpm dev
Navigate to the studio folder and run
npm run dev
# or
yarn dev