-
Notifications
You must be signed in to change notification settings - Fork 89
Contributing to Black Game Devs
Catt Small edited this page Aug 8, 2020
·
2 revisions
- Clone this repository to your computer.
- Download NPM by following this guide. You'll need at least node version 10.0.
- Open your command line editor and install Yarn by running
npm install -g yarn
in your terminal. - Run
yarn
in your command line editor while inside the project directory to install project dependencies. - After the installation completes, run
yarn start
in your command line editor to spin up your development environment. When it saysSUCCESS
, open localhost:8000.
We made it easy to add a new person or company to the directory.
- Open the
TEMPLATES
folder and choosePERSON-COPY-ME.mdx
orCOMPANY-COPY-ME.mdx
depending on whether your submission is one person or a studio (both is also fine). - Duplicate the file and save it in the
directory
folder as your name with underscores instead of spaces (for example:Catt_Small.mdx
). - Edit and save the file.
- Create and submit a pull request for us to review.
If you have edit access to this repository, you can merge the branch into main
after receiving two approvals. Then, update the front-facing site by running yarn deploy
. This will push an update to the gh-pages
branch.