This repository contains all user-facing code used to render the https://evictions.org.za/.
- Clone this project by running
git clone https://github.com/OpenUpSA/eviction-process.git. - Make sure you have the latest NodeJS installed.
- Run
npm installin the root folder of the repository. - Run
npm startto spin up the development server.* - Open
localhost:8000in your browser.
Built with Gatsby and Material UI
Core Gatsby starter is extended in the following manner:
- gatsby-plugin-manifest
- gatsby-plugin-offline
- gatsby-plugin-react-helmet
- gatsby-plugin-google-fonts
- gatsby-plugin-google-fonts
Core Material UI is extended in the following manner:
- Integrated with Gatsby as per Material UI official Gatsby example