For production:
For development:
Install it via bower using:
bower install buddycloud/buddycloud-styles
Then add the stylesheets and scripts to the page:
<link rel="stylesheet" href="{{ bower directory }}/bootstrap/dist/css/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="{{ bower directory }}/buddycloud-styles/dist/css/buddycloud-styles.min.css" type="text/css" />
<script src="{{ bower directory }}/jquery/dist/jquery.min.js"></script>
<script src="{{ bower directory }}/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="{{ bower directory }}/buddycloud-styles/dist/js/buddycloud-styles.min.js"></script>
For the assets generation, you can run grunt watch
in the terminal.
For the docs pages preview, run make devserver
inside docs/ folder in the terminal.
Just run grunt build
in the terminal.