Medium clone using Next.js, TypeScript, Sanity CMS and TailwindCSS.
- Clone the Project
git clone https://github.com/abhiagrawal9/medium-build.git
-
Update environment variables
Create
.env.local
file in root and update your environment variables. Use.env.example
for reference.
- Install dependencies
yarn install
- Run dev server
yarn dev
- Open
localhost:3000
in your browser
Made by Abhishek Agrawal.