We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1861330 + 1c6eaf8 commit 617965aCopy full SHA for 617965a
1 file changed
README.md
@@ -14,6 +14,7 @@ This is the [Jekyll](http://www.jekyllrb.com/) source code for the official [Rub
14
### Prerequisites
15
16
- **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/)
18
- **Git** - [Install Git](https://git-scm.com/downloads)
19
20
### Get It Running
@@ -29,6 +30,7 @@ This is the [Jekyll](http://www.jekyllrb.com/) source code for the official [Rub
29
30
cd www.ruby-lang.org/
31
bundle config set --local without production
32
bundle install
33
+ npm install
34
```
35
36
3. **Start the development server**:
0 commit comments