A little tidy-ing of the contributing folder (#36123)
This commit is contained in:
@@ -8,7 +8,7 @@ This site is powered by Node.js! :sparkles: :turtle: :rocket: :sparkles:
|
||||
|
||||
It runs on macOS, Windows, and Linux environments.
|
||||
|
||||
You'll need Node.js to run the site. Check the version in `.node-version`. To install Node.js, [download the "LTS" installer from nodejs.org](https://nodejs.org). If you're using [`nodenv`](https://github.com/nodenv/nodenv), read the [`nodenv` docs](https://github.com/nodenv/nodenv#readme) for instructions on switching Node.js versions.
|
||||
You'll need Node.js to run the site. Check the version in `package.json`. To install Node.js, [download the "LTS" installer from nodejs.org](https://nodejs.org). If you're using [`nodenv`](https://github.com/nodenv/nodenv), read the [`nodenv` docs](https://github.com/nodenv/nodenv#readme) for instructions on switching Node.js versions.
|
||||
|
||||
Once you've installed Node.js (which includes the popular `npm` package manager), open Terminal and run the following:
|
||||
|
||||
@@ -71,6 +71,7 @@ For more info about working with this site, check out these READMEs:
|
||||
- [data/variables/README.md](../data/variables/README.md)
|
||||
- [includes/liquid-tags/README.md](../includes/liquid-tags/README.md)
|
||||
- [includes/README.md](../includes/README.md)
|
||||
<!-- The following will be moved into src directory over time: -->
|
||||
- [components/README.md](../components/README.md)
|
||||
- [lib/liquid-tags/README.md](../lib/liquid-tags/README.md)
|
||||
- [middleware/README.md](../middleware/README.md)
|
||||
|
||||
Reference in New Issue
Block a user