Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ _site
.sass-cache
.idea/
.jekyll-metadata
node_modules/
public/
vendor/
.bundle/
Expand All @@ -12,4 +13,4 @@ Gemfile.lock
# Python
*.pyc
utilities/python-venv/*
*.egg-info/
*.egg-info/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ To propose a change to the website, follow these steps:

1. Open an issue to announce and discuss upcoming changes (optional, but recommended).
1. Fork and clone the repository.
1. Run `./<source_dir>/set_up_dev_env.sh` to set up the development environment and pre-commit hooks.
1. Run `./<source_dir>/utilities/set_up_dev_env.sh` to set up the development environment and pre-commit hooks.
1. Create a feature branch, where you will make any change.
1. To inspect your changes, navigate into the website source code directory and
1. for setup: run `bundle install`
Expand Down
Loading