add command

This commit is contained in:
Alve Larsson
2023-08-03 00:11:43 +02:00
parent 78876583b4
commit 4ce68de1d9

View File

@@ -26,11 +26,15 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
<div class="bg-grad-red"></div>
</div>
<div style="margin-top:10rem;background-color:#101010;border:1px solid;border-radius:16px;padding:2rem;display:flex;justify-content:center;scale:0.7;margin-bottom:5rem;overflow:hidden;">
## npm create tauri-app@latest
</div>
<br/>
# Ship tiny, fast, secure, cross-platform apps.
Tauri only ships the code needed for your app to run, no need to ship a whole browser with your app. Tauri apps are tiny, fast and secure by deafult.
<div style="display:flex;justify-content:center;scale:0.7;margin-bottom:5rem;">
<div style="display:flex;justify-content:center;scale:0.7;margin-bottom:5rem;overflow:hidden;">
<img src="smol.svg" />
I think we can do some 3D here, just got to sit down and write some webgl - alve
</div>
@@ -41,14 +45,14 @@ I think we can do some 3D here, just got to sit down and write some webgl - alve
copy about this
<br/>
<div style="display:flex;justify-content:center;scale:2;opacity:0.4;z-index:-10;margin-bottom:30rem;">
<div style="display:flex;justify-content:center;scale:2;opacity:0.4;z-index:-10;margin-bottom:30rem;overflow:hidden;">
<img src="frameworks.svg" />
</div>
# Seamless native code without the headackes.
Tauri has a built in event passing system allowing you painless communication from javascript to your native rust code that runs directly on your device.
<div style="display:flex;justify-content:center;scale:1.5;margin-bottom:30rem;">
<div style="display:flex;justify-content:center;scale:1.5;margin-bottom:30rem;overflow:hidden;">
<img src="tauwry.svg" />
</div>
<br/>