Skip to content

cdobby9/poker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

poker

usage:

cd frontend npm run dev

cd backend .venv\Scripts\activate uvicorn app.main:app --reload --port 8000

Workflow:

Daily workflow Create a feature branch

git checkout -b feature/ws-protocol

Work, commit:

git add . git commit -m "Add initial WS message types" git push -u origin feature/ws-protocol

Open PR on GitHub → other person reviews → merge.

Keep your branch up to date

git checkout main git pull git checkout feature/ws-protocol git merge main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •