Server source for fair.pm
Find a file
Ryan McCue e28f87b8e8
Disallow file mods (#17)
Signed-off-by: Ryan McCue <me@ryanmccue.info>
2025-07-31 15:13:36 -05:00
.config Disallow file mods (#17) 2025-07-31 15:13:36 -05:00
.github/workflows Build container automatically (#18) 2025-07-31 14:33:52 -05:00
bin Add missing files needed for the container (#19) 2025-07-31 15:13:10 -05:00
content Move chat redirect to a non-mu-plugin (#20) 2025-07-31 15:12:43 -05:00
docs Initial export of the repository 2025-06-05 11:48:47 +02:00
.build-script Initial export of the repository 2025-06-05 11:48:47 +02:00
.distignore Initial export of the repository 2025-06-05 11:48:47 +02:00
.gitignore Initial export of the repository 2025-06-05 11:48:47 +02:00
.wp-env.json Initial export of the repository 2025-06-05 11:48:47 +02:00
composer.json Add fair parent theme (#15) 2025-07-30 13:48:17 +01:00
composer.lock Add fair parent theme (#15) 2025-07-30 13:48:17 +01:00
index.php Update for publishing (#3) 2025-06-06 16:24:42 +01: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.