Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.04 KB

CONTRIBUTING.md

File metadata and controls

39 lines (24 loc) · 1.04 KB

Contributing to basement grotesque

Please note: this document specifies how to contribute to the basement grotesque site, rather than the basement grotesque typeface. Contributions to the basement grotesque typeface are not yet open.

Developing

To develop locally:

  1. Fork this repository to your own GitHub account and then clone it to your local device.

  2. Create a new branch:

    git checkout -b <my-branch-name>
    
  3. Install yarn:

    npm install -g yarn
    
  4. Install the dependencies with:

    yarn
    
  5. Start developing and watch for code changes:

    yarn dev
    
  6. Finally, create a pull request to merge your changes to the master branch.


Thank you for contributing, you are awesome.