Deploy Link - https://medium-clone-jet-phi.vercel.app/
Steps for running this project on your local machine -
- Run
yarn installinrootand/medium-clonefolder. - Create
.env.localfile inrootfolder and add these 3 variables -- NEXT_PUBLIC_SANITY_DATASET=production (from
sanity.jsonfile) - NEXT_PUBLIC_SANITY_PROJECT_ID=rbr20nbc (from
sanity.jsonfile) - SANITY_API_TOKEN = (generate this by signing up on sanity.io)
- NEXT_PUBLIC_SANITY_DATASET=production (from
- Install sanity-cli globally -
npm install -g @sanity/cli - Run
sanity startin/medium-clonefolder. - Run
yarn run devinrootfolder.
Languages And Tools Used -
- React
- TypeScript
- Next.js
- Tailwind CSS
- Sanity.io CMS