Study Buddy
This Project will be shared to the CSCE235 TA and Professor on git.unl.edu
If you cannot find the project, you can access it publicly at https://git.unl.edu/dkramer6/study-buddy
Start-up Instructions
Complete the following steps to run this application
Recursively clone the project with SSH or HTTPS
git clone --recursive git@git.unl.edu:dkramer6/study-buddy.git
git clone --recursive https://git.unl.edu/dkramer6/study-buddy.git
Open the project directory
cd study-buddy
Install npm for project (ensure that you have npm and Node.js installed on your machine)
npm install
Run Program
npm run start