Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 279 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 279 Bytes

Careers 2022 website for StuntCoders

Install prettier?

npm install

Run prettier

npx prettier --write *.html

Install pre-commit hooks

pre-commit install

Run local server?

asdf install
bundle
bundle install
bundle exec jekyll serve --livereload