speedtyper.dev
speedtyper.dev copied to clipboard
Update instructions for contributors
I faced a few issues after going through the instructions in CONTRIBUTING.md
. The PR addresses the following issues:
-
make run-seed-codesources
requires a valid Github Access Token to be able to access GitHub data, so it should be added to.env
file. I added this information to theCONTRIBUTING.md
file. Also, I converted it to a numbered list to make it clear that obtaining the token is a separate step. - By default
make run-seed-codesources
will fail even with the valid token, because when the postgres is started nospeedtyper
database was created. Fixed it in docker-compose.yml.