Files
leonwww/site
Leonmmcoset a508e3cefd
Some checks failed
Build Gurty / Build Gurty (, ubuntu-latest, linux, x86_64-unknown-linux-gnu) (push) Failing after 1m33s
Build GurtCA / Build GurtCA (, ubuntu-latest, linux, x86_64-unknown-linux-gnu) (push) Failing after 11m20s
Build GDExtension / Build GDExtension (libgurt_godot.so, ubuntu-latest, linux, x86_64-unknown-linux-gnu) (push) Failing after 16m9s
Build Flumi / Build Flumi (Linux, 4.4.1, ubuntu-latest, linux) (push) Failing after 2h10m11s
Build Flumi / Build Flumi (Windows Desktop, 4.4.1, windows-latest, windows) (push) Has been cancelled
Build GDExtension / Build GDExtension (gurt_godot.dll, windows-latest, windows, x86_64-pc-windows-msvc) (push) Has been cancelled
Build GurtCA / Build GurtCA (.exe, windows-latest, windows, x86_64-pc-windows-msvc) (push) Has been cancelled
Build Gurty / Build Gurty (.exe, windows-latest, windows, x86_64-pc-windows-msvc) (push) Has been cancelled
update
2025-11-06 20:02:53 +08:00
..
2025-11-06 20:02:53 +08:00
2025-09-26 16:38:17 +03:00
2025-09-07 20:43:41 +03:00
2025-09-07 20:43:41 +03:00
2025-09-07 20:43:41 +03:00
2025-09-07 20:43:41 +03:00
2025-09-07 20:43:41 +03:00
2025-09-26 16:18:27 +03:00
2025-09-08 13:13:38 +02:00
2025-09-07 20:43:41 +03:00
2025-09-07 20:43:41 +03:00

Gurted documentation

Developing

Once you've installed the required dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of the documentation page:

npm run build

You can preview the production build with npm run preview.