rubyforgood / shelter-assist

Software to help foster-based animal rescues keep track of their animals and people.
14 stars 13 forks source link

Updated README w steps to get a local app instance. #69

Closed chelseatroy closed 2 years ago

chelseatroy commented 2 years ago
AliTopal89 commented 2 years ago

@chelseatroy I have had a fair share of issues with tailwind.css locally and on CI testing. Since it was initialized in a previous pull request and merged all I had to do was to yarn install to get it rolling.

If you don't have yarn yet, could you try to brew install yarn (takes some time to install at first), you also have more options here for yarn installation.

Then run yarn install after bundle install. Remove the .css extensions in app/assets/stylesheets/application.scss, run rails s and see if the site is up and running for you.

chelseatroy commented 2 years ago

Ah, yep, @AliTopal89 that works. Good call! I'll update the README with that and change the file extensions back.