-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* streamline support * Updated instructions
- Loading branch information
1 parent
ac84720
commit e825e34
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
## Here is what I would like to see new or change within PokeNurse | ||
|
||
|
||
|
||
|
||
## This is my environment | ||
|
||
- OS and Version: | ||
- Version of PokeNurse | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## Login related issues | ||
|
||
Note that issues regarding login are better handled in [pogobuf](https://github.com/cyraxx/pogobuf) as this project is reliant on it for access. | ||
|
||
If you have related questions, you are welcome to join the [discord chat](https://discord.gg/sSXCruy) | ||
|
||
|
||
## Contributing | ||
|
||
The instructions below should let build and run a copy of your own for testing. | ||
|
||
These assume you are comfortable [installing yarn](https://yarnpkg.com/lang/en/docs/install/). | ||
|
||
``` | ||
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. |