With modifications by myself
https://github.com/alshedivat/al-folio
- Ruby
- gem install bundler
- gem install jekyll bundler
- bundle install
- bundle exec jekyll serve -l
- bundle exec jekyll build
You need to install @shopify/prettier-plugin-liquid
before first time running prettier.
- npm install --save-dev @shopify/prettier-plugin-liquid
Check only
- npx prettier --check .
Check and rewrite All files
- npx prettier --write .
Require Ruby>=3.0, I am using 3.3.0(arm64) through rbenv.