Public facing website for the CodeforGreensboro brigade of CodeforAmerica
Mockups for our design can be checked out on our Figma page.
This is a static website that is built using Gatsby
It is hosted on GitHub Pages
Please refer to either of those resources, if you aren't particularly familiar with how they work. They have wonderful tutorials which are suited for beginners, novices, and experienced devs.
To start working on the code, gitif thats what you're in to, or you just want to take a look.
Once you have those installed:
- Clone the project by opening up a terminal and typing:
git clone https://github.com/codeforgso/website.git
- Install all of the project's dependencies:
then:
cd website
npm install
- Run
and code your heart out.
gatsby develop
We track our work on a Trello Board
When developing on the code base, please create a branch locally and submit a pull request which describes what your pr does (Bonus points if it knocks out a bug or fixes an issue!). We will only merge to the master branch via pull requests, so please do not push to master.
Please see the Trello board for tasks which we need help with.