Keep UI is a user interface platform designed to manage and configure providers for an application. It allows users to connect and disconnect various providers, such as Grafana and Datadog, and configure their authentication settings. The platform provides a user-friendly interface to facilitate the management of provider connections.
To start using Keep UI, follow the steps below:
- Clone the repository from GitHub.
- Install the necessary dependencies by running
npm install
oryarn install
. - Configure the environment variables required for the application. Refer to the documentation for the specific environment variables needed.
- Start the development server using
npm run dev
oryarn dev
. - Access the Keep UI application in your browser at
http://localhost:3000
(or the specified port).
Contributions to Keep UI are welcome and encouraged. To contribute to the project, please follow these guidelines:
- Fork the repository on GitHub.
- Create a new branch for your feature or bug fix.
- Make your changes in the branch, ensuring to adhere to the coding style and guidelines.
- Write unit tests for new features or modifications, if applicable.
- Commit your changes and push them to your forked repository.
- Submit a pull request to the main repository, describing the changes and providing any additional relevant information.
- Participate in the code review process and address any feedback or comments received.
- Once approved, your changes will be merged into the main codebase.
Please ensure that your contributions align with the project's coding standards, documentation guidelines, and overall goals. For major changes or new features, it is advisable to discuss them with the project maintainers or open an issue to gather feedback and ensure they align with the project roadmap.
Keep UI is released under the MIT License.