This is a demo of how to create GTK apps using Svelte and GJS.
There's a blog post explaining how it works here.
You need to have GJS installed on your system. On Arch, you can install it with:
sudo pacman -S gjsThen, you can run the app with:
npm install
npm run start