Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Fork the rogoOSS repository.
  2. Checkout the develop branch
  3. build js/css

    Code Block
    languagebash
    grunt

    build libraries

    Code Block
    languagebash
    php composer.phar install
    npm install


  4. build js/css with grunt

    Code Block
    languagebash
    grunt


  5. See Rogo Docker for instructions on how to get Rogo running on your development environment. Or if you prefer Rogo Vagrant.

...