Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,19 @@ <h3>
<p>
MacGap exposes a JavaScript API for OS X integration, such as displaying native notifications or writing data to a file. MacGap is extremely lightweight and nimble; a blank application weighs less than 1MB.
</p>
<p>
NodeGUI: *A library for building cross-platform native desktop applications *. It is an open source library for building cross-platform native desktop applications with JavaScript and CSS like styling. It is based on Qt5 and NOT chromium, hence it is memory and cpu efficient.
</p>



<h3>Getting Started</h3>
<pre><code>
# Step 1 - Clone the Repository
$ git clone https://github.com/MacGapProject/MacGap2.git
<em>$ git clone https://github.com/MacGapProject/MacGap2.git</em>

# Step 2 - Open the Project in Xcode
$ open MacGap2/MG.xcodeproj/
<em>$ open MacGap2/MG.xcodeproj/</em>

# Step 3 - Build your App by editing public/index.html in Xcode
</code></pre>
Expand Down Expand Up @@ -72,7 +76,7 @@ <h3>
<a name="support-or-contact" class="anchor" href="#support-or-contact"><span class="octicon octicon-link"></span></a>Support or Contact</h3>

<p>
Having trouble with MacGap? Check out the documentation at <a href="https://macgapproject.github.io/documentation/">https://macgapproject.github.io/documentation/</a> or open an issue in our <a href="https://github.com/MacGapProject/MacGap2/issues">Issue Tracker</a> and we’ll help you sort it out.
Having trouble with MacGap? Check out the documentation at <em><a href="https://macgapproject.github.io/documentation/">https://macgapproject.github.io/documentation/</a></em> or open an issue in our <a href="https://github.com/MacGapProject/MacGap2/issues">Issue Tracker</a> and we’ll help you sort it out.
</p>
</section>
</div>
Expand Down