Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 964 Bytes

README.md

File metadata and controls

57 lines (36 loc) · 964 Bytes

A small Medium clone that I'm building with the help of Sonny Sangha's YouTube video.

Technologies used

Getting Started

NextJS Server:

First, install the dependencies:

yarn install

Then, run the development server:

yarn dev

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

Sanity-CMS Server:

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.

Versions

  • Node: 16.14.2
  • yarn: 1.22.18
  • npm: 8.5.0

Demo