Skip to content

Webapp for csc322. Name inspired by HBO's Silicon Valley.

Notifications You must be signed in to change notification settings

vhong000/sliceline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

252 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sliceline

To run the app:

In sliceline folder

  1. Run npm run build to create build folder
  2. Run 'source /venv/bin/activate' to load the enviroment
  3. Run python manage.py runserver
  4. Click on the development server link and app should be loaded in browser.

Git commands

git checkout <user branch>

To Push Changes

  1. Push the changes to own branch
  • git status to check status
  • git add <file> to add all modified files
  • git commit -m <message> to commit added files
  • git push to push added/commited files
  1. Merge and push from master branch to master remote
  • git checkout master
  • git merge <user branch>
  • git push
  1. Go back to own branch
  • git checkout <user branch>

To Fetch Changes

  1. Make sure local branch is updated
  • git add <files>
  • git commit -a -m <message>
  • git push
  1. Pull from Master branch
  • git checkout master
  • git pull
  1. Merge with Master from own branch and push
  • git checkout <user branch>
  • git merge master
  • git push

Maps api key

AIzaSyAp3yqFx2Z7gQKR-4RtDT2BbNQ6Wf7noLo

About

Webapp for csc322. Name inspired by HBO's Silicon Valley.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors