Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EPICS Project

This repository contains the frontend and the backend code for the Epics Project.

How to start working?

  1. Clone the repository using

    git clone https://github.com/berobbb/Epics.git
    
  2. For Frontend -

    cd client
    
  3. For Backend -

    cd server
    
  4. Install the dependencies

    npm i
    
  5. Run the code

    npm run dev
    

How to push your work?

  1. Create a seperate branch only once

    git checkout -b dev-<your-name-initials>
    

    example: git checkout -b dev-hsr

  2. Stage your changes

    git add .
    
  3. Commit your changes with a specific commit message

    git commit -m "your-msg"
    
  4. Push your changes to the repository

    git push origin dev-<your-name-initials>
    
  5. Open pull request with your branch in the github app itself.

Very Important NOTE:

  1. Pull the code each time you start to work to get in sync with the main branch

    git pull origin main
    
  2. In Case of a conflict dont merge, contact adminn.

About

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages