Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 590 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 590 Bytes

Belinda - super simple sanity theme

Belinda is a good-old blog theme, inspired by Indexhibit.

Inside is modern, Next.js + Sanity + TypeScrypt.

Live Demo

https://belinda-nu.vercel.app/

Installation

git clone https://github.com/tagoso/belinda.git your-project-name
cd your-project-name
npm install
# or
yarn install
# or
pnpm install
npm run dev 
# or
yarn npm run dev