Skip to content

glauberm/brics_film_festival

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.