-
Clone the repository:
git clone repo_url kpi-dashboard-app cd kpi-dashboard-app
-
Install dependencies:
npm install
-
Create an
.env
file:- In the root directory of the project, create a file named
.env
. - Add the following line to the
.env
file, - The value is probably: http://localhost:3000/api
NEXT_PUBLIC_API_URL=<your_endpoint_here>
- In the root directory of the project, create a file named
-
Run the project:
npm run dev
-
Open your browser:
- Navigate to
http://localhost:3000
or the URL indicated by the console to view the application.
- Navigate to
The backend repository for this project can be found here. Please refer to the instructions in that repository for more details.