From 1dae22611402d8190e47802df6ae1c380c9eb674 Mon Sep 17 00:00:00 2001 From: Chris Halbert Date: Wed, 27 Dec 2023 16:23:04 -0500 Subject: [PATCH] Add npm to list of requirements, since bootstrap uses it. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b617f5a54e2..f64492b3dc1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: