git clone https://github.com/dqrk0jeste/rarog-frontend.git
git clone https://github.com/dqrk0jeste/rarog-backend.git
cd rarog-backend
docker compose up -d
cd ../rarog-frontend
git checkout -b some-branch-name
npm install
npm run dev
git add .
git commit -m 'your message goes here'
git push origin some-branch-name
cd ../rarog-backend
docker compose down