Skip to content

MarlonSchultz/jeopardy_gleam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Development

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

Building the frontend for prod

gleam run -m lustre/dev build app

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published