Skip to content

Commit

Permalink
Deployed 4ea5889 with MkDocs version: 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ceds92 committed Feb 19, 2024
1 parent 39ece25 commit 3cedca5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,12 @@ <h2 id="setup-and-run">Setup and Run</h2>
<p><details>
<summary>Web App (V4+ NEW!)</summary>
Scanbot hast (mostly) been implemented using <a href="https://react.dev/">React</a></p>
<p>On Windows, the easiest way to use it is by <a href="https://firebasestorage.googleapis.com/v0/b/scanbot-46390.appspot.com/o/scanbot-react%2Fscanbot_v4.zip?alt=media&amp;token=83f256ca-c22d-4818-b6e7-225870796380">downloading and running the .exe</a>.
<p>On Windows, the easiest way to use it is by <a href="https://firebasestorage.googleapis.com/v0/b/scanbot-46390.appspot.com/o/scanbot-react%2FScanbot.zip?alt=media&amp;token=25b7a4a5-b18a-49d5-b4bf-ae35973e7094">downloading and running the .exe</a>.
Then navigating to <a href="http://127.0.0.1:5000/">http://127.0.0.1:5000/</a> in a browser (tested in Chrome).</p>
<p>Alternatively, you can install it from scratch:</p>
<ol>
<li>Install node.js from <a href="https://nodejs.org/en">here</a> or if you're using anaconda, run conda install conda-forge::nodejs</li>
<li>Navigate to <code>~/scanbot/scanbot</code> and <code>run npm install</code></li>
<li>Navigate to <code>~/scanbot/scanbot</code> and run <code>npm install</code></li>
<li>Start the server: navigate to <code>~/scanbot/server/</code> and run <code>python server.py</code></li>
<li>Start the web app: navigate to <code>~/scanbot/scanbot/</code> and run <code>npm start</code></li>
</ol>
Expand Down Expand Up @@ -349,5 +349,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.4.2
Build Date UTC : 2024-02-14 06:21:52.128380+00:00
Build Date UTC : 2024-02-19 06:20:40.429798+00:00
-->
20 changes: 10 additions & 10 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,52 +2,52 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>None</loc>
<lastmod>2024-02-14</lastmod>
<lastmod>2024-02-19</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-02-14</lastmod>
<lastmod>2024-02-19</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-02-14</lastmod>
<lastmod>2024-02-19</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-02-14</lastmod>
<lastmod>2024-02-19</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-02-14</lastmod>
<lastmod>2024-02-19</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-02-14</lastmod>
<lastmod>2024-02-19</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-02-14</lastmod>
<lastmod>2024-02-19</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-02-14</lastmod>
<lastmod>2024-02-19</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-02-14</lastmod>
<lastmod>2024-02-19</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2024-02-14</lastmod>
<lastmod>2024-02-19</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion web-app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ <h2 id="scanbot-web-app">Scanbot Web App</h2>
</ul>
<p><img alt="WebApp" src="../appim/top-level.png" /></p>
<h2 id="installation">Installation</h2>
<p>To use the web application, you can <a href="https://firebasestorage.googleapis.com/v0/b/scanbot-46390.appspot.com/o/scanbot-react%2Fscanbot_v4.zip?alt=media&amp;token=83f256ca-c22d-4818-b6e7-225870796380">download and run the .exe</a>
<p>To use the web application, you can <a href="https://firebasestorage.googleapis.com/v0/b/scanbot-46390.appspot.com/o/scanbot-react%2FScanbot.zip?alt=media&amp;token=25b7a4a5-b18a-49d5-b4bf-ae35973e7094">download and run the .exe</a>
, then navigate to <a href="http://127.0.0.1:5000/">http://127.0.0.1:5000/</a>.
Alternatively, follow the normal installation and complete these additional steps:</p>
<ol>
Expand Down

0 comments on commit 3cedca5

Please sign in to comment.