This style guide is meant to serve as a base to build off of the current website design. It was originally designed by Emily Bond and has been adapted to since her original creation.
In order to contribute to this part of the website project, you'll need to have the following installed on your machine:
- Create a fork of this repo into your own Github account.
- Download the Github repo onto your machine.
- Open your favorite terminal application.
cd
into the directory where you downloaded your Github repo to.- Run
sass --watch styles/main.scss:styles/main.css
. - Drag the
index.html
file into your favorite browser to view the live source.
WARNING: Only make changes to main.scss
file for all style changes and compile to main.css
!
- Create a feature branch from your forked version of the repo.
- Make your changes and commits via that feature branch.
- Push the branch up to your fork.
- Submit a pull request against the
gh-pages
branch of the main source repo. - Be sure to add an issue number to the pull request if there is one that needs to be tracked.
- A website admin will respond between 24-48 hours with a response to your request.
Feel free to reach out to us on Twitter @girldevelopit or email the team at website@girldevelopit.com.