This is a custom WordPress theme that also integrates several plugins to create an event site.
The theme is built off of Blockbase and customized with specific fonts and colors.
There is a custom post type Applications, which is designed to hold apps for review. These have custom admin screens to help with that.
Applications can be created by multiple sources, but the current choice is JetFormsBuilder.
There are also integrations for Auth0, Discord, Elastic Email, Forbidden Tickets, and MailPoet.
- Install dependencies with
yarnandcomposer install. - Run
yarn start. This initializes the Docker containers. - Once everything is up, check to see if you see WordPress on
localhost:8888. If so, run through the installation process. - Run
yarn setup. This installs the plugin and activates the theme. - Have fun!
To stop, just run yarn stop.