Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ovh/manager
OVHcloud Control Panel
https://github.com/ovh/manager
angularjs hacktoberfest lerna ovhcloud rollup webpack workspace yarn
Last synced: 4 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-14T11:29:42.000Z (7 days ago)
- Last Synced: 2025-01-14T11:30:09.014Z (7 days ago)
- Topics: angularjs, hacktoberfest, lerna, ovhcloud, rollup, webpack, workspace, yarn
- Language: JavaScript
- Homepage: https://ovh.github.io/manager/
- Size: 328 MB
- Stars: 222
- Watchers: 36
- Forks: 98
- Open Issues: 243
-
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)**.
![Contributors](https://badgen.net/github/contributors/ovh/manager) ![Last commit](https://badgen.net/github/last-commit/ovh/manager) [![License](https://badgen.net/github/license/ovh/manager)](https://github.com/ovh/manager/blob/master/LICENSE)
[![OVHcloud control panel UI](docs/docs/public/assets/img/control-panel.jpg)](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