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 install
in the root folder of the repository. - Run
npm start
to spin up the development server.* - Open
localhost:8000
in 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