rubysoftwareconservancy / conservancy-site

Website for the Ruby Software Conservancy
GNU General Public License v3.0
0 stars 1 forks source link

Install `bulma-rails` #4

Open benjaminoakes opened 2 months ago

benjaminoakes commented 2 months ago

https://github.com/joshuajansen/bulma-rails

Follow the installation steps:

For a fresh Rails application

  1. Add gem "bulma-rails", "~> 1.0.0" to your application's Gemfile
  2. Run ./bin/bundle add dartsass-rails
  3. Run ./bin/rails dartsass:install
  4. Delete default entry point rm app/assets/stylesheets/application.css

I have some additional, harder-to-share notes that may assist with this. Please get in touch with me if you think they might be helpful.