Server source for fair.pm
Find a file
dependabot[bot] 574c6a9629
Bump yoast/wordpress-seo from 27.6 to 27.8
Bumps [yoast/wordpress-seo](https://github.com/Yoast-dist/wordpress-seo) from 27.6 to 27.8.
- [Changelog](https://github.com/Yoast-dist/wordpress-seo/blob/main/changelog.md)
- [Commits](https://github.com/Yoast-dist/wordpress-seo/compare/27.6...27.8)

---
updated-dependencies:
- dependency-name: yoast/wordpress-seo
  dependency-version: '27.8'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-15 10:56:15 +00:00
.config Refactor Redis configuration in environment and object cache files (#98) 2026-02-12 11:30:49 -08:00
.github Build debug (#69) 2025-12-22 16:42:23 -08:00
bin Build 4 (#73) 2025-12-22 17:07:11 -08:00
content Remove the redirect to Github plugin (#123) 2026-05-12 11:05:03 -07:00
docs Fix composer namespace for fair (#66) 2025-12-15 10:36:35 -08:00
.build-script Ignore (#72) 2025-12-22 16:55:45 -08:00
.distignore Initial export of the repository 2025-06-05 11:48:47 +02:00
.gitignore Add wp-sweep, update lockfile. Fixes #104 (#105) 2026-05-11 09:35:45 -07:00
.wp-env.json Initial export of the repository 2025-06-05 11:48:47 +02:00
composer.json Update git-updater version to 12.24 (#120) 2026-05-12 10:36:57 -05:00
composer.lock Bump yoast/wordpress-seo from 27.6 to 27.8 2026-06-15 10:56:15 +00:00
index.php Update for publishing (#3) 2025-06-06 16:24:42 +01:00
package-lock.json Add wp-sweep, update lockfile. Fixes #104 (#105) 2026-05-11 09:35:45 -07:00
README.md Update for publishing (#3) 2025-06-06 16:24:42 +01:00
wp-config.php Update for publishing (#3) 2025-06-06 16:24:42 +01:00

Server

This is the overarching repo for the code deployed to our hosted server, running at https://fair.pm/

Local Development

This repository is pre-configured with wp-env configuration. (Better Docker Compose setup coming soon!)

You can set up a local environment using:

# First, install Composer dependencies.
composer install

# Then, start an environment.
npx @wordpress/env start

Deployment

Deployment will eventually be automatic, but in the meantime, the infrastructure team needs to deploy the repository via Helm. Ping them when deployment is needed.

To ignore files from deployment, specify them in .distignore.

License

Licensed under the GNU General Public License, v2 or later. Copyright 2025 contributors.

Incorporates code from WordPress/wordpress.org. Licensed under the GNU General Public License, v2 or later. Copyright 2025 contributors.