Skip to content

Commit 1c6eaf8

Browse files
committed
Add Node.js and npm install to setup steps
1 parent 9ef0639 commit 1c6eaf8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ This is the [Jekyll](http://www.jekyllrb.com/) source code for the official [Rub
1414
### Prerequisites
1515

1616
- **Ruby** (latest stable version recommended) - [Install Ruby](https://www.ruby-lang.org/en/documentation/installation/)
17+
- **Node.js** (for Tailwind CSS) - [Install Node.js](https://nodejs.org/)
1718
- **Git** - [Install Git](https://git-scm.com/downloads)
1819

1920
### Get It Running
@@ -29,6 +30,7 @@ This is the [Jekyll](http://www.jekyllrb.com/) source code for the official [Rub
2930
cd www.ruby-lang.org/
3031
bundle config set --local without production
3132
bundle install
33+
npm install
3234
```
3335

3436
3. **Start the development server**:

0 commit comments

Comments
 (0)