npm run devOr, you could use docker to start by
docker compose up -d- feature/ — new functionality
- fix/ or bugfix/ — fixing bugs
- hotfix/ — urgent production fix
- chore/ — maintenance or cleanup
- refactor/ — internal code changes
- test/ — testing or experiment branches
- docs/ — documentation updates