Skip to content

A platform for sharing all the resources and things about Next.js.

Notifications You must be signed in to change notification settings

eckoln/nextdaily

Repository files navigation

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.

About

A platform for sharing all the resources and things about Next.js.

Resources

Stars

Watchers

Forks