A time calculator to estimate the number of hours of work learners might be expected to spend completing coursework.
Run the project using Docker and then open localhost:3000 in a browser.
docker compose upSimulate the production container (nginx serving the compiled /dist on port 8080) alongside a local OpenTelemetry Collector that stands in for the in-cluster collector at opentelemetry-collector.observability.svc:4318:
docker compose -f docker-compose.prod.yml up --buildThen open localhost:8080 in a browser. Browser analytics POSTs to /v1/logs are proxied by nginx to the local collector, which prints received logs to its stdout.
Use the build files from /dist.
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License
Developed at BCIT's Learning and Teaching Centre in 🇨🇦 Canada.