Skip to content

dqrk0jeste/rarog-frontend

Repository files navigation

to start working on the project

- make sure to install docker desktop and node.js

- clone this repo

git clone https://github.com/dqrk0jeste/rarog-frontend.git

and backend one

git clone https://github.com/dqrk0jeste/rarog-backend.git

- run the backend

cd rarog-backend
docker compose up -d

- make a new branch

cd ../rarog-frontend
git checkout -b some-branch-name

- install the frontend deps and run the dev server

npm install
npm run dev

- save changes often

git add .
git commit -m 'your message goes here'

- when done, push the changes to this repo

git push origin some-branch-name

- stop the backend server

cd ../rarog-backend
docker compose down

About

Frontend for Rarog application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •