Local server
- you can run on local from main_dev.dart but
- make sure to run the server
make serverwill do the job. - then run web-app with
make dev, it will give you localhost url to see the output.
- make sure to run the server
Production
- you can run on local from main_prod.dart.
- It fetch data from github resources.
- fork the repo
- change the database inside server
- add
COMMIT_SECRETto your repository environment- Repository read and write access
- play/update inside
devbranch - Once modification is done,
- make a pull request to the master branch(your forked)
- Merge the PR
- Check actions and it will be live on github page