Getting Started

Prerequisites

Before diving in, ensure you have the following tools installed:

Setup Instructions

1. Clone the Repository

git clone https://github.com/Rekindle-Learning/rekindle-admin-portal.git

2. Environment Setup

Navigate to the project directory and create an .env file.

cd rekindle/
touch .env

Next, reach out to a member of the team for the contents of the env.

3. Installing

cd rekindle-admin-portal

npm run i

4. Running

npm run dev