Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 576 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 576 Bytes

rui-components

A set of angular directives for use in RedoxEngine

Install and use in your project

bower install rui-components --save

Contribute

Members of RedoxEngine

  • Clone the repo
  • grunt serve will boot up the app with livereload
  • grunt build will build everything into the dst directory

General Public

  • Fork the repo
  • grunt serve will boot up the app with livereload
  • grunt build will build everything into the dst directory

Once you're happy with your changes, be sure to run grunt build, then commit and create a pull request