50 lines
2.0 KiB
CoffeeScript
50 lines
2.0 KiB
CoffeeScript
|
|
context = window
|
||
|
|
|
||
|
|
@BetaDownloadLandingBottomPage = React.createClass({
|
||
|
|
|
||
|
|
render: () ->
|
||
|
|
`<div className="top-container">
|
||
|
|
<div className="row awesome">
|
||
|
|
<h2 className="awesome">Updating to the JamKazam BETA App</h2>
|
||
|
|
|
||
|
|
<p>The JamKazam BETA app installs exactly the same as the previous versions of JamKazam. By using this version
|
||
|
|
of the client, you will be able to play with other beta users, as well as users still on the current
|
||
|
|
production version. If at any time you want to go back to the current (non-BETA) version of the application,
|
||
|
|
just install the version of JamKazam found on our <a href="/downloads">downloads</a>.
|
||
|
|
</p>
|
||
|
|
<br/>
|
||
|
|
<p>Below are the typical installation instructions:</p>
|
||
|
|
|
||
|
|
</div>
|
||
|
|
<div className="row awesome-thing">
|
||
|
|
<div className="awesome-item">
|
||
|
|
<h3> <div className="awesome-number">1</div>Download the application.</h3>
|
||
|
|
<p>
|
||
|
|
Download the application by choosing your platform in the above section.
|
||
|
|
<div className="clearall" />
|
||
|
|
</p>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div className="row awesome-thing">
|
||
|
|
<div className="awesome-item">
|
||
|
|
<h3> <div className="awesome-number">2</div>Run the installer</h3>
|
||
|
|
<p>
|
||
|
|
On Windows, double-click the .msi file and follow all the prompts to update your JamKazam application to
|
||
|
|
the BETA version. On Mac OS, double-click the .dmg file, and drag the JamKazam icon to the Application
|
||
|
|
folder in the window that opens, and selecting 'Replace' if prompted.
|
||
|
|
<div className="clearall" />
|
||
|
|
</p>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div className="row awesome-thing">
|
||
|
|
<div className="awesome-item">
|
||
|
|
<h3> <div className="awesome-number">3</div>Launch the application</h3>
|
||
|
|
<p>
|
||
|
|
Launch the application exactly as you did before!
|
||
|
|
<div className="clearall" />
|
||
|
|
</p>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>`
|
||
|
|
})
|