Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 899 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 899 Bytes

Final Project

To run:

  1. npm install
  2. npm run dev

If you want to update your local branch

$git pull origin {branch name you want to pull}

              OR

If you want to pull from 'main' branch

$git pull


clone repository: $ git clone https://github.com/osu-cs493-sp23/final-project-Min-K-99.git


create your own branch: $ git checkout -b [name your branch here] main

for example: $ git checkout -b final-project-myname main


commit changes: $ git commit -a -m [commit message here]

for example: $ git commit -a -m "i changed the color to green!"