This is the repository for the Gatsby website and the Wordpress plugin of the 4th BRICS Film Festival. Each one has its own README at its root directory with more information about itself.
The Gatsby website uses Wordpress as its datasource through the gatsby-source-wordpress
plugin, which transforms Wordpress REST API endpoints on GraphQL types. It uses react-intl
to handle i18n, the CSS-in-JS library emotion
for styling, and jest
for testing.
Wordpress is used as an headless CMS through its REST API, and it is enhanced with Advanced Custom Fields. The plugin's code follows the Wordpress PHP Coding Standards and it will use PHPUnit for testing.