Closed Germoe closed 6 years ago
Jekyll users need to run bundle install first to install their gems otherwise C-S-S won't properly launch with npm start. I believe adding this to the Readme.md will help beginner users to troubleshoot their non-working C-S-S installation.
bundle install
npm start
Jekyll users need to run
bundle install
first to install their gems otherwise C-S-S won't properly launch withnpm start
. I believe adding this to the Readme.md will help beginner users to troubleshoot their non-working C-S-S installation.