A movie guessing game that is still in development.
To build cinemadle, do the following:
- Ensure you have an
API_KEY
defined in an.env
file in thepackages/tmdb_repository
folder. - Import the
Cinemadle
powershell module - If running for the first time, run
Invoke-BuildProject -IncludePackages
- After that, run
Invoke-BuildProject
. Additional flags provide more options
To generate a release build, run Invoke-BuildProject -Release
A build can be hosted with Invoke-HostBuild