A simple OKR (Objectives and Key Results) management app built with React, TypeScript, and Vite.
npm installnpm run devThen open http://localhost:5173/okr-manager/ in your browser.
npm run buildnpm run previewnpm run build
npx gh-pages -d distCreate .github/workflows/deploy.yml with the workflow in this repo, then every push to main will auto-deploy.
After deploying, your app will be live at: https://tolson.github.io/okr-manager/