The frontend will try top catch a json from an API. For easy mocking use in gamefiles dir. Mock via:
go run github.com/eliben/static-server@latest -cors
Do not forget the CORS flag, otherwise you will get a network error
Or run backend in via:
poetry run backend/server.py
Then run gleam development server via:
gleam run -m lustre/dev start # run development server
gleam test # Run the tests
gleam run -m lustre/dev build app