Skip to content

leonardas103/2017-Medical-ID

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2017-Medical-ID

Running project: VIEW

Client-side documentation: VIEW

cmd Reminders

Obtaining files:
git clone -b develop https://github.com/RUGSoftEng/2017-Medical-ID.git
git pull origin develop

Creating a new branch:
git checkout -b newBranch develop

Before a push:
git status
git add folderName/* (or: git add -A)
(remove file:) git rm fileName
git commit -m "I just did some change"
git push origin branchName

Add tag:
git tag -a tagName hashofCommit -m "tagging message"
git push --follow-tags

Delete tag:
git tag -d tagName
git push --delete origin tagName

Install and run instructions:

$ npm install
$ npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 70.4%
  • HTML 24.8%
  • CSS 4.8%