Skip to content

Commit

Permalink
Add npm to list of requirements, since bootstrap uses it.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishalbert committed Dec 27, 2023
1 parent 147d4f8 commit 1dae226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ If you're writing content, see the [style guide](./docs/styleguide.md) to help y

## Setting up your environment

This site is powered by [Jekyll](https://jekyllrb.com/). Running it on your local machine requires a working [Ruby](https://www.ruby-lang.org/en/) installation with [Bundler](https://bundler.io/).
This site is powered by [Jekyll](https://jekyllrb.com/). Running it on your local machine requires a working [Ruby](https://www.ruby-lang.org/en/) installation with [Bundler](https://bundler.io/) along with [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm).

Once you have that set up:

Expand Down

0 comments on commit 1dae226

Please sign in to comment.