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-codesourcesrequires a valid Github Access Token to be able to access GitHub data, so it should be added to.envfile. I added this information to theCONTRIBUTING.mdfile. 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-codesourceswill fail even with the valid token, because when the postgres is started nospeedtyperdatabase was created. Fixed it in docker-compose.yml.