Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/sakilk130/next-medium
- Owner: sakilk130
- Created: 2022-08-26T16:54:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-03T05:03:45.000Z (over 2 years ago)
- Last Synced: 2024-11-08T06:11:45.780Z (2 months ago)
- Topics: nextjs, react, tailwind, tailwindcss, vercel
- Language: TypeScript
- Homepage: https://next-medium-sandy.vercel.app/
- Size: 1.37 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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