Website for the Zimmerman Lab - VJAM SWE
- Vida Tonkova: Project Manager
- Austin Jacobs: Scrum Master
- Michael Mendel: Backend Developer
- Jack Gonzales : Frontend Developer
Open command prompt and navigate to a directory you want the project to be in using this command.
git clone https://github.com/vidatonkova/ZimmermanWeb.git
Then, when the git repository downloads (it shouldn't take very long), type this command into the terminal
cd ZimmermanWeb
Next, you'll want to initialize the code inside of the files. Then run the code using the following the set of commands respectively (The "npm i" command will take a long time )
npm i
npm start
Next, you'll want to open up a new terminal and navigate to the folder you were just in. After this, navigate to the client directory using
cd client
Finally, run the same set of commands as before
npm i
npm start
After a little bit, google chrome should open on its own and the website will appear!