Dependencies:
Node 20.11.0
Yarn 1.22.22
React 18.3.1
docker build -t big-o-circus-app .
docker run --name big-o-circus-app -p 8080:80 -d big-o-circus-app
https://circus.kuldeepahlawat.in/
- Create new branch
- Branching format
- Features: username/feature/feature-name
- fix: username/fix/fix-name
- Always take pull from main before you raise PR
- Create new PR towards dev as base branch