Skip to content

Commit abab887

Browse files
authored
Link to the browser apps guide directly from index.html (#17)
1 parent fdb5af8 commit abab887

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

public/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,11 @@ <h1>Run Swift in browsers</h1>
130130
<div class="container shadow rounded border my-3 py-3">
131131
<h2>Try Swift on WebAssembly now</h2>
132132
<p>Compile Swift in the cloud and run in your browser.</p>
133-
<p>Are you looking for a more powerful playground environment with access to the SwiftUI API in you browser?
133+
<p>Check out <a href="https://book.swiftwasm.org/getting-started/browser-app.html">how to get started</a> and create
134+
a browser app written in Swift on your local machine.</p>
135+
<p>Are you looking for a powerful playground environment with access to the SwiftUI API in you browser?
134136
Try our <a href="https://pad.swiftwasm.org">SwiftWasm Pad</a>!</p>
137+
<p>You can also build and run short snippets right here in the text input below.</p>
135138
<noscript>Please enable JavaScript to use the Try it Now area.</noscript>
136139
<div class="row">
137140
<div class="col-lg">

0 commit comments

Comments
 (0)