Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 743 Bytes

File metadata and controls

46 lines (29 loc) · 743 Bytes

OKR Manager

A simple OKR (Objectives and Key Results) management app built with React, TypeScript, and Vite.

Getting Started

Install dependencies

npm install

Run locally

npm run dev

Then open http://localhost:5173/okr-manager/ in your browser.

Build for production

npm run build

Preview production build

npm run preview

Deploy to GitHub Pages

Option 1: Manual deploy

npm run build
npx gh-pages -d dist

Option 2: GitHub Actions (automatic)

Create .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/