Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 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