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
-
Clone the Repository:
git clone https://github.com/geiger01/nextupkit my-app
-
Remove Existing Git Origin:
git remote remove origin
-
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
-
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