Skip to content

JumboCode 2021-2022 project for the Bergen Family Center, led by Adam Peters.

Notifications You must be signed in to change notification settings

JumboCode/BergenFamilyCenter

Repository files navigation

Bergen Family Center

JumboCode 2021-2022 project

Team Members:

  • Project Manager: Adam Peters
  • Designer: Cynthia Jelke
  • Developer: Archit Jain
  • Developer: Darya Clark
  • Developer: Eli Intriligator
  • Developer: Emma Paterson
  • Developer: Julia Zelevinsky
  • Developer: Kabir Pamnani
  • Developer: Mateo Hernandez Idrovo
  • Developer: Matt Ung
  • Developer: Finn Tekverk
  • Developer: Matthew Vivian

Setting up the repository on local machine:

  • If you don't have npm (node package manager) installed, follow this tutorial: https://docs.npmjs.com/getting-started
  • If you don't have git installed, follow this tutorial: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git. GitHub recently changed how you log in via command line, so if you get an error asking for a "Personal Access Token," follow this tutorial. Note that the token you create will be your new password when you log in via terminal, so do not lose it.
  • If you don't have VScode, download VsCode here and follow this tutorial to set up auto-format
  1. cd <PATH TO DIRECTORY YOU WANT YOUR CODE TO BE IN> in your terminal
  2. git clone https://github.com/JumboCode/BergenFamilyCenter.git --> creates a 'Bergen Family Center' directory
  3. cd BergenFamilyCenter
  4. (optional) type code . in terminal to open VScode (Note: you may need to set up the path, which you can find a tutorial for here)
  5. run npm install to install all packages

Running the frontend on local machine:

  1. cd <PATH TO 'BergenFamilyCenter' DIRECTORY>
  2. run npm run dev
  3. Open a browser and go to http://localhost:3000

Important Git commands

  • git init --> creates a git repository
  • git pull --> pulls changes
  • git status --> check the current status
  • git checkout -b <BRANCH NAME> --> creates a new branch and switches to that branch
  • git checkout <BRANCH NAME> --> switches to that branch
  • git add . --> adds all changed files for comitting
  • git commit -m '<MESSAGE>' commit your changed files with the specified message
  • git push -u origin <BRANCH NAME> push your changes to github

About

JumboCode 2021-2022 project for the Bergen Family Center, led by Adam Peters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published