Skip to content
/ next-up Public template

A template repository for building Next.js applications fast.

Notifications You must be signed in to change notification settings

Kevin-McGonigle/next-up

Repository files navigation

👆🏻 Next Up

A template for building Next.js applications.

Getting Started

Pre-requisites

  • Node.js
    • Using nvm is recommended:
      nvm install
    • Alternatively, with brew:
      brew install node
  • pnpm
    npm install -g pnpm@latest

Setup

  1. Install dependencies:

    pnpm install
  2. Copy .env.template to .env.local and fill in the required values.

    cp .env.template .env.local

Development

To run the development server:

pnpm dev

Then open http://localhost:3000 in your browser of choice.

Stack

About

A template repository for building Next.js applications fast.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published