WIP: Began development April 29, 2022
On first execution, open terminal and enter the following
git clone https://github.com/Reservations-Required/reserve-web.git
Each successive pull from the master branch,
cd server
npm install
npm start
Return to the main directory,
cd client
npm install
npm start