Skip to content

MohamedAmineBoufares/medium-clone

Repository files navigation

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

Releases

No releases published

Packages

No packages published