EVOLUTION-MANAGER
Edit File: README.md
# ovh.github.io/manager This site is built with [VuePress][]. Site content is written in Markdown format located in `docs`. ## Developing 1. Clone repository ```sh $ git clone git@github.com:ovh/manager.git ``` 2. Install dependencies ```sh $ yarn ``` 3. Start local development environment ```sh $ yarn workspace @ovh-ux/manager-documentation run docs:dev ``` ## Deploying ```sh $ yarn workspace @ovh-ux/manager-documentation run docs:deploy ``` [vuepress]: https://vuepress.vuejs.org/