A small Medium clone that I'm building with the help of Sonny Sangha's YouTube video.
- Next.js
- Tailwind CSS
- Sanity CMS
First, install the dependencies:
yarn install
Then, run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
First, enter the Sanity directory:
cd sanity-medium
Then, install the dependencies:
yarn install
Finally, run the development server:
yarn start
Open http://localhost:3333 with your browser to see the result.
- Node: 16.14.2
- yarn: 1.22.18
- npm: 8.5.0