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.
To develop locally:
-
Fork this repository to your own GitHub account and then clone it to your local device.
-
Create a new branch:
git checkout -b <my-branch-name>
-
Install yarn:
npm install -g yarn
-
Install the dependencies with:
yarn
-
Start developing and watch for code changes:
yarn dev
-
Finally, create a pull request to merge your changes to the
master
branch.
Thank you for contributing, you are awesome.