Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ryelle committed Apr 18, 2024
1 parent def908e commit 3c803cb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion readme.md
Expand Up @@ -2,7 +2,7 @@

The codebase and development environment for the WordPress.org Theme Directory.

This is as-yet incomplete, a starting point.
This is as-yet incomplete, a starting point. Following this will get you partially set up, but you need a `ratings` database table to prevent fatal errors.

## Development

Expand All @@ -21,6 +21,13 @@ This is as-yet incomplete, a starting point.
yarn setup:tools
```

1. Add the theme-directory plugin, as this is not installed by composer.

```bash
cd source/wp-content/plugins/
svn checkout https://meta.svn.wordpress.org/sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory
```

1. Start the local environment.

```bash
Expand Down

0 comments on commit 3c803cb

Please sign in to comment.