This repository contains the code for the Adroit Manager Frontend application, which allows monitoring and management of IoT devices.
Running on Next.js, this is a awesome project that adds a easy to use monitoring dashboard for the delivery team and other members of Adroit.
Team Member | Student ID | Role | Links |
---|---|---|---|
Otis Wales | 19078635 | Team Leader | GitHub | LinkedIn |
Munish Kumar | 19083476 | Software engineer | GitHub | LinkedIn |
Miguel Emmara | 18022146 | Software engineer | GitHub | LinkedIn |
Glenn Neil | 21132847 | Software engineer | GitHub | LinkedIn |
💪💪💪💪
The repository is structured as follows:
iot-frontend/
: Contains the Next.js frontend application.Documentation/
: Contains the VitePress documentation for the project.
To get started with the Adroit Manager Frontend, follow these steps:
Live App Here: iot.miguelemmara.me
- Clone the repository:
git clone https://github.com/songexile/Adroit-Frontend-Manager
- Navigate to the
iot-frontend
directory:cd iot-frontend
- Install the dependencies:
pnpm install
- Configure the necessary environment variables (see
iot-frontend/README.md
for more details) - Start the development server:
pnpm dev
- Open the application in your browser at
http://localhost:3000
For more detailed instructions and information about the frontend application, please refer to the README.md file in the iot-frontend
directory.
The documentation for the Adroit Manager Frontend is built using VitePress and can be found in the Documentation
directory. To run the documentation locally, follow these steps:
Live Docs Here: iot-docs.miguelemmara.me
- Navigate to the
Documentation
directory:cd Documentation
- Install the dependencies:
pnpm install
- Start the documentation server:
pnpm docs:dev
- Open the documentation in your browser at
http://localhost:3000
For more information about the documentation, please refer to the README.md file in the Documentation
directory.
This project is licensed under the MIT License. See the LICENSE
file for more information.