git clone https://github.com/avinashcodelabs/agile-poker-planner.git
cd agile-poker-planner
npm install
npm run dev
App will be running at http://localhost:3000
Sample commit messages, choose according to change your are making.
git commit -m "fix: your commit message here" git commit -m "feat: your commit message here" git commit -m "BREAKING CHANGE: your commit message here" git commit -m "build: your commit message here" git commit -m "chore: your commit message here" git commit -m "ci: your commit message here" git commit -m "docs: your commit message here" git commit -m "style: your commit message here" git commit -m "refactor: your commit message here" git commit -m "perf: your commit message here" git commit -m "test: your commit message here"
Full list available here - https://www.conventionalcommits.org/en/v1.0.0/#summary