Skip to content

Files

Latest commit

e825e34 · Mar 11, 2017

History

History
22 lines (14 loc) · 634 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (14 loc) · 634 Bytes

Login related issues

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

Contributing

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.