Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 1.23 KB

README.md

File metadata and controls

13 lines (7 loc) · 1.23 KB

4th BRICS Film Festival

Netlify Status

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.

Gatsby website

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 plugin

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.