https://github.com/ovh/manager
OVHcloud Control Panel
https://github.com/ovh/manager
angularjs hacktoberfest lerna ovhcloud react rollup vitest webpack workspace yarn
Last synced: about 1 month ago
JSON representation
OVHcloud Control Panel
- Host: GitHub
- URL: https://github.com/ovh/manager
- Owner: ovh
- License: bsd-3-clause
- Created: 2018-10-30T09:45:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2026-03-03T11:01:37.000Z (3 months ago)
- Last Synced: 2026-03-03T13:07:17.777Z (3 months ago)
- Topics: angularjs, hacktoberfest, lerna, ovhcloud, react, rollup, vitest, webpack, workspace, yarn
- Language: TypeScript
- Homepage: https://ovh.github.io/manager/
- Size: 580 MB
- Stars: 260
- Watchers: 38
- Forks: 115
- Open Issues: 285
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Authors: AUTHORS
- Maintainers: MAINTAINERS
Awesome Lists containing this project
README
# Manager
> The official [OVHcloud](https://ovhcloud.com) control panel also known as the **[Manager](https://ovh.com/manager)**.
  [](https://github.com/ovh/manager/blob/master/LICENSE)
[](https://ovh.com/manager)
## Intro
Manager is the control panel built on top of the [OVHcloud API](https://api.ovh.com/) and based on our [UI Framework](https://github.com/ovh/ovh-ui-kit). It helps you to manage your products.
## Prerequisites
- [Git](https://git-scm.com)
- [Node.js](https://nodejs.org/en/) ^18
- [Yarn](https://yarnpkg.com/lang/en/) >= 1.21.1
- Supported OSes: GNU/Linux, macOS and Windows
To install these prerequisites, you can follow the [How To section](https://ovh.github.io/manager/how-to/) of the documentation.
## Install
```sh
# Clone the repository
$ git clone https://github.com/ovh/manager.git
# Go to the project root
$ cd manager
# If you are using nvm
$ nvm use
# Install
$ yarn install
```
## Documentation
For full documentation, visit [ovh.github.io/manager](https://ovh.github.io/manager).
## Contributing
Always feel free to help out! Whether it's [filing bugs and feature requests](https://github.com/ovh/manager/issues/new) or working on some of the [open issues](https://github.com/ovh/manager/issues), our [contributing guide](CONTRIBUTING.md) will help get you started.
## Stay Tuned
- [GitHub Issues](https://github.com/ovh/manager/issues)
- [GitHub Discussions](https://github.com/ovh/manager/discussions)
## License
[BSD-3-Clause](LICENSE) © OVH SAS