Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 367 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 367 Bytes

Svelte GJS

This is a demo of how to create GTK apps using Svelte and GJS.

There's a blog post explaining how it works here.

How to run

You need to have GJS installed on your system. On Arch, you can install it with:

sudo pacman -S gjs

Then, you can run the app with:

npm install
npm run start