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: 9 days 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 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-09T08:32:37.000Z (14 days ago)
- Last Synced: 2025-04-09T08:32:51.066Z (14 days ago)
- Topics: angularjs, hacktoberfest, lerna, ovhcloud, react, rollup, vitest, webpack, workspace, yarn
- Language: JavaScript
- Homepage: https://ovh.github.io/manager/
- Size: 355 MB
- Stars: 230
- Watchers: 39
- Forks: 99
- Open Issues: 309
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Authors: AUTHORS
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 WindowsTo 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