Skip to content

ivard/franks_zoo_scoring_app

Repository files navigation

Frank's Zoo Scoring App

Scoring app for the Frank's Zoo card game (by Doris Matthaus and Frank Nestel). It is a progressive web application being built using the Flutter framework.

A hosted version can be found here. For now, the only supported language is Dutch (nl).

Developing

Please follow the getting started of Flutter first.

Then you can run the application like this:

flutter run

When running this, Google Chrome will be opened in debug mode automatically.

Developing can be done using one of the editors supported by Flutter.

Running with Docker

docker build -t frankszoo:edge .
docker run -p 8080:80 frankszoo:edge

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published