Skip to content

chenaaron3/Gride

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Setup Project:

  1. Open terminal
  2. cd into workspace folder
  3. Enter "git clone https://github.com/chenaaron3/Gride.git"
  4. Open local terminal
  5. Run "npm install" to install node_modules

How to Run Project:

  1. Open a local terminal
  2. Run "npm run dev"
  3. Open localhost:3000 in browser

How to Update code from Github:

  1. Open a local terminal
  2. Run "git pull origin master"

How to Update code to Github:

  1. Open a local terminal
  2. Run "git add ." to add all files that you changed
  3. Run "git commit -m "message here"" to specify your changes
  4. Run "git push origin master" to update the github files

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors