Skip to content

keller-mark/compsci279r-hw2

Repository files navigation

compsci279r-hw2

How to open hosted version

Navigate to https://keller-mark.github.io/compsci279r-hw2/ in a web browser.

How to open locally

  1. Install flutter and add to PATH

  2. Run the app

flutter run -d chrome

Deployment

Run

flutter build web --base-href "/compsci279r-hw2/"

then commit the updated build/web/ directory to the repository, then wait for GitHub action to push to GitHub pages.

Resources

I used the following resources to learn Dart/Flutter and build the app.