NOTE: requires locally running timereport-api. Optionally you can change backend_url
to dev-api at AWS.
- Build the docker image:
# docker build . -t local-timereport-ui
- Start the container:
# docker run -e REACT_APP_backend_url="http://localhost:8010/v1" -p 3000:3000 local-timereport-ui:latest
Now you should be to access the UI via http://localhost:3000
Secrets are added/deleted/updated in GitHub action secrets.
Secrets should end with _dev
or _prod
.
this secret to authenticate requests to backend.
This secret is the google client id that we use to authenticate codelabs users via google auth.