This repository contains the frontend and the backend code for the Epics Project.
-
Clone the repository using
git clone https://github.com/berobbb/Epics.git -
For Frontend -
cd client -
For Backend -
cd server -
Install the dependencies
npm i -
Run the code
npm run dev
-
Create a seperate branch only once
git checkout -b dev-<your-name-initials>example:
git checkout -b dev-hsr -
Stage your changes
git add . -
Commit your changes with a specific commit message
git commit -m "your-msg" -
Push your changes to the repository
git push origin dev-<your-name-initials> -
Open pull request with your branch in the github app itself.
-
Pull the code each time you start to work to get in sync with the main branch
git pull origin main -
In Case of a conflict dont merge, contact adminn.