Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Style Guides:

1. OpenMRS style guide

2. Bahmni style guide (still in making..)
We use hologram for live style guide. (http://trulia.github.io/hologram/)

How to bring up live style guide.

1. Install hologram gem
2. Update Alias in ssl.conf
vagrant ssh
sudo su jss
sudo vi /etc/httpd/conf.d/ssl.conf

Add the below alias:

Alias /style-guide /var/www/style-guide


Then restart the web server:

sudo service httpd restart


linking:

./scripts/vagrant-link.sh in bahmniapps

3. Add your mark down as in hologram documentation ( eg: bahmni-components/_buttons.scss )
4. Run grunt hologram to see the changes in https://192.168.33.10/style-guide/bahmni_styleguide.html


  • No labels