Note that issues regarding login are better handled in pogobuf as this project is reliant on it for access.
If you have related questions, you are welcome to join the discord chat
The instructions below should let build and run a copy of your own for testing.
These assume you are comfortable installing yarn.
git clone https://github.com/vinnymac/PokeNurse
cd PokeNurse
git checkout develop
yarn
yarn run dev
All pull requests should be made to the develop branch.