Skip to content
Open
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
10 changes: 10 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ WordPress for iOS is the official mobile app for WordPress that lets users creat

Minimum requires iOS version is iOS 17. The latest iOS version is iOS 26.

## Bootstrap

To prepare a fresh clone or worktree to build the app, run:

```sh
rake dependencies
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As a follow up, we could rename or alias dependencies to bootstrap which I think is a more established term for this action.

```

Comment thread
mokagio marked this conversation as resolved.
This is the canonical entry point for getting the repo ready to build.
Comment thread
mokagio marked this conversation as resolved.

## High-Level Architecture

### Project Structure
Expand Down