Skip to content

devsoc-unsw/trainee-emperor-24t3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 

Repository files navigation

Synciety by Emperor-24T3

If you want to run both frontend and backend, run the commands in different terminals

Frontend

Remember to npm install inside the folder /frontend/Emperor whenever you git pull

To run, run npm run dev

Backend

Remember to npm install inside the folder /backend whenever you git pull

To run, run npm start

Git commands

Pulling:

  • git stash if you are working on some things
  • git pull if you want to get work from the cloud

Pushing requires 3 commands successively:

  • git add <files> , if you want to push everything up, just do git add .
  • git commit -m "<msg>"
  • git push

Branching

  • git branch to see all branches (to exit, write q)
  • git checkout <branch-name> to change into an existing branch
  • git checkout -b <branch-name> to a new branch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •