CDS UI is a webclient for CDS https://github.com/ovh/cds.
- Git
- Node.js and npm Node ^4.2.3, npm ^2.14.7
- Bower (
npm install --global bower
) - Grunt (
npm install --global grunt-cli
)
-
Run
make build
to install dependencies. -
Run
make dev
to start the development server. It should automatically open the client in your browser when ready.