hendricius / pizza-dough

This recipe is dedicated to helping you make the best possible pizza dough for Neapolitan pizza.
https://pizza-calculator.the-bread-code.io/
MIT License
3.49k stars 185 forks source link

Does not run out of the box #103

Closed jhaungs closed 2 years ago

jhaungs commented 2 years ago

The Gemfile line:

gem "sassc-rails"

is commented out, so you have to manually install sassc. Then when you do, you need to run:

rake assets:precompile

to get the initial page to load.

hendricius commented 2 years ago

Thanks! Could you check if it works please? I update the installation instructions. I am using the dart sass gem, that's why sassc is no longer needed.

hendricius commented 2 years ago

In #106 I have also added a docker option. You could just start everything with make up now provided you have docker installed.