diff --git a/.gitignore b/.gitignore index 65173df..1764149 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ _site .sass-cache .idea/ .jekyll-metadata +node_modules/ public/ vendor/ .bundle/ @@ -12,4 +13,4 @@ Gemfile.lock # Python *.pyc utilities/python-venv/* -*.egg-info/ \ No newline at end of file +*.egg-info/ diff --git a/README.md b/README.md index 9165861..678013c 100644 --- a/README.md +++ b/README.md @@ -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 `.//set_up_dev_env.sh` to set up the development environment and pre-commit hooks. +1. Run `.//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`