Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 623 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 623 Bytes

Digital Home of Rittik Basu

screenshot of the website

This website is made with Next.js + Tailwind CSS and deployed on Vercel

Features

  • Notion as a CMS for blog posts
  • Supabase to keep count of likes and views
  • Highlight.js for syntax highlighting
  • vercel/og to dynamically generate Open Graph images
  • vercel/analytics to track page views

Setup

  • git clone git@github.com:rittikbasu/website.git
  • cd website
  • npm install
  • npm run dev
  • visit http://localhost:3000