Source code for the frontend of the Build Canada Outcome Tracker. The API repo is OutcomeTrackerAPI.
-
Fork the repo, clone it, and install dependencies:
git clone https://github.com/BuildCanada/OutcomeTracker.git cd OutcomeTracker pnpm install -
Copy .env.example to .env
- If you're using the production API, set NEXT_PUBLIC_API_URL=https://www.buildcanada.com/tracker/api/v1
- If you're running the API locally, set NEXT_PUBLIC_API_URL=http://localhost:3000/
-
Run the Frontend
pnpm turbo
-
🎉 Time to explore! Head over to http://localhost:4444/tracker to see your local instance in action!
Metrics are scraped using github actions which automatically updates the repo with up to date data.
We would love to have your help! Please fill in our vounteer intake form