Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sakilk130/next-medium

Medium with NEXT.JS! (TypeScript, Sanity CMS, React, Tailwind CSS)
https://github.com/sakilk130/next-medium

nextjs react tailwind tailwindcss vercel

Last synced: 11 days ago
JSON representation

Medium with NEXT.JS! (TypeScript, Sanity CMS, React, Tailwind CSS)

Awesome Lists containing this project

README

        

# Medium using Next.js and Sanity (CMS)

## About

Simple Medium clone with [Next.js](https://nextjs.org/) and [Sanity](https://www.sanity.io/).

## 1. Getting Started

First clone this repository.

```
git clone https://github.com/sakilk130/next-medium.git
```

Install dependencies. Make sure you already have [`nodejs`](https://nodejs.org/en/) & [`yarn`](https://yarnpkg.com/) installed in your system.

```
yarn
```

Copy .env.example to .env.local and fill all the values.

```
cp .env.example .env.local
```

Run the development server:

```
yarn dev
```

## Screenshot of the Web App

![](public/images/image.png)

## Built with

- Next.js
- TypeScript
- Sanity