Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ xcuserdata

# Npm modules
node_modules

# Site check reports
site-check-report.json
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Swift.org uses [Jekyll](https://jekyllrb.com), a blog-aware, static site generat
### Running locally

Requirements

- Git
- Ruby 3.3 or higher
_(a Ruby installation manager, such as
Expand All @@ -38,6 +39,7 @@ open "http://localhost:4000"
If you’d like to contribute to this project, please run Prettier before submitting your pull request to ensure consistent code style across the project.

Requirements

- [Node v18.17.1 or higher](https://nodejs.org)

```shell
Expand Down
Loading