Base page for steps on starting to use Quasar.

Justin Yanke 2015-08-22 19:05:45 -04:00
parent bf61f004bf
commit d920ac8d4b
1 changed files with 12 additions and 0 deletions

12
Getting-Started.md Normal file

@ -0,0 +1,12 @@
<h2>Contents</h2>
<ol>
<li><a href="#GettingBinaries">Getting Client Binaries</a></li>
<li><a href="#BuildingClient">Building a Client</a></li>
<li><a href="#Connecting">Connecting Server and Client</a></li>
</ol>
<h2 id="#GettingBinaries">Getting Client Binaries</h2>
Steps to obtain a binary file containing a base that the server uses to build Clients (brief explanation of how it works).
<h2 id="#BuildingClient">Building a Client</h2>
Steps to build a Client (including an explanation of the features).
<h2 id="#Connecting">Connecting the Server and Client</h2>
Steps on connecting the Server and the Client(s). Possibly include a reference on port-forwarding.