Visual editor for Garden Engine.
Can be run as a web or desktop app.
Make a copy of template.env
called .env
and set the FILE_PATH
to where you
want to save the content file.
Run as web app only with npm run dev
, then navigate to localhost:1420
To also run the desktop app, run npm run tauri dev
.
Run unit tests with npm run test
.
Run feature tests by running the web app with npm run dev
, then run the tests
with npx playwright test
. View the report with npx playwright show-report
.