Skip to content

Commit

Permalink
Document new build process
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarel committed May 17, 2018
1 parent 399f173 commit 26bd0e6
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Navigation: [Website][1] | [Server repository][2] | **Client repository** | [Dex
[1]: http://pokemonshowdown.com/
[2]: https://github.com/Zarel/Pokemon-Showdown
[3]: https://github.com/Zarel/Pokemon-Showdown-Dex

Introduction
------------------------------------------------------------------------

Expand All @@ -22,9 +22,13 @@ setting up a server.
Testing
------------------------------------------------------------------------

You can make and test client changes simply by opening `testclient.html`.
This will allow you to test changes to the client without setting up your
own login server.
Client testing now requires a build step! Install the latest Node.js (we
require v9 or later), and run `node build` (on Windows) or `./build` (on
other OSes) to build.

You can make and test client changes simply by building after each change,
and opening `testclient.html`. This will allow you to test changes to the
client without setting up your own login server.

You can connect to an arbitrary server by navigating to
`testclient.html?~~host:port`. For example, to connect to a server running
Expand Down

0 comments on commit 26bd0e6

Please sign in to comment.