Skip to content

sudokud/next-local-library

Repository files navigation

Frontend for the strapi-local-library tutorial article.

usage

Deploy with Vercel

Overview

  • pages/catalog/* - Static pre-rendered blog pages using MDX.
  • pages/dashboard - Personal dashboard containing metrics like sales, views, and subscribers.
  • pages/* - All other static pages.

Running Locally

$ git clone https://github.com/sudokud/next-local-libray.git
$ cd next-local-library
$ yarn
$ yarn dev

Create a .env file similar to .env.example