# Ethos Styles These are Ethos's main styles. Note: These are foundational styles, and should be edited sparingly. You can still add styles to Moonbeam and OrCA in the `stylesheets` directories. ## To edit gem To develop this gem locally: 1. Clone this repo to your computer. 2. Replace gem name with gem file path in Gemfile: # gem "ethosstyles" gem "ethosstyles", :path => "/usr/ethosstyles" 3. Add directory to `docker-compose.yml` under volumes within web: web: ... volumes: ... - ../../ethosstyles:/usr/ethosstyles 4. You may need to rebuild moonbeam. flotilla rebuild moonbeam ## Process **Review any changes on Moonbeam and OrCA before pushing to [prod](https://rubygems.org/gems/ethosstyles).**