Introduction

Introduction đź‘‹

Welcome to the NextUpKit documentation! This guide is your go-to resource for setting up and utilizing the powerful features of our template.

Getting Started

  1. Clone the Repository:

    git clone https://github.com/geiger01/nextupkit my-app
  2. Remove Existing Git Origin:

    git remote remove origin
  3. Install Dependencies:

    cd my-app
    npm install

Note: Ensure you’re using Node.js version 18 or higher.
If needed, use nvm to switch Node.js versions:

nvm install 18
nvm use 18
  1. Run Locally:

    npm run dev

    Open http://localhost:3000 to view it in your browser.

.env file

Rename the .env.example file to .env.local