Website for our student debt campaign. The application has been bootstraped with gatsby-starter-netlify-cms head over that project for further overview of the project base.
Make sure to cp .env.example .env.development
so you have all the environment variables available for the project to run properly.
To install dependencies
yarn
Now you need to run the campaign-api, once the the campaign api is running, run the following command to start to contribute
yarn develop
NOTE: Make sure to use domains to allow proper work with the SSO. Therefore, while developing go to http://campaign.lvh.me:8000/
Contributions are always welcome, no matter how large or small. Before contributing, probably you want to check the contributing page.