Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 573 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 573 Bytes

Blog website built with Next.JS, Sanity v3, and Tailwind CSS

Check out my blog https://brandonpyle.com! Or if you'd like to run this locally, follow the steps below to get started.

Getting Started

After cloning the repo, install the dependencies:

npm i

Next, run the development server

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/(user)/page.tsx. The page auto-updates as you edit the file.