Skip to content

Commit

Permalink
⚡ Add cross-platform sample app display to homepage and get-started
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmoMyzrailGorynych committed Dec 20, 2024
1 parent a91961f commit 9b04141
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
Binary file added docs/.vuepress/public/CrossPlatformSampleApp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,7 @@ highlights:
description: Buntralino is a hybrid app development framework that lets you use web technologies (HTML, CSS, JavaScript, TypeScript) to make desktop apps. Buntralino applications work by creating a Bun application that launches and manages Neutralino.js windows. Neutralino.js windows can exchange information with Bun and each other in a client-server model through websockets, with you using a nice promise-based API. Bun is a faster alternative to Node.js or Deno, while Neutralino.js uses native OS' browser and augments it with native functions. <br> <br> <a class="route-link auto-link vp-hero-action primary no-external-link-icon" href="/architecture" aria-label="See the Architecture">See the Architecture</a>

footer: MIT Licensed | Copyright © 2024-present Cosmo Myzrail Gorynych
---
---
:::center
![](/CrossPlatformSampleApp.png)
:::
6 changes: 5 additions & 1 deletion docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,8 @@ bun run dev
bun run build
```

That's it! Buntralino will build and package the app for distribution using `neutralino.config.json` Neutralino.js uses.
That's it! Buntralino will build and package the app for distribution using `neutralino.config.json` Neutralino.js uses.

:::center
![](/CrossPlatformSampleApp.png)
:::

0 comments on commit 9b04141

Please sign in to comment.