Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.72 KB

README.md

File metadata and controls

55 lines (36 loc) · 1.72 KB

thumbnail

Introduction

Next Daily is a platform for sharing all the resources and things about Next.js. It is built with Next.js and deployed on Vercel.

— Inspired by remix.guide

Deploy Your Own

Deploy the example using Vercel or view the demo here

Deploy with Vercel

Tech Stack

Frameworks

Platforms

UI

Miscellaneous

Roadmap

  • Infinite Scroll on Feed
  • Resource Search
  • Bookmarks
  • Admin Dashboard Features

Running Locally

  1. Clone this repository to your local machine.
  2. Copy .env.example to .env and fill in the required environment variables.
  3. Run pnpm install to install dependencies.
  4. Run pnpm prisma db push to create prisma models.
  5. Run pnpm dev to start development mode to server.
  6. Run pnpm prisma studio to manage tags and resources.