These are the steps to get the project up and running locally
I only have Mac instructions for now. If you're on PC good luck.
Then cd into the client directory
npm run setup
Create a file called .env in the client/ directory. Put in it:
GOOGLE_API_KEY=your_google_api_key
obviously replacing the 'your_google_api_key' part with your own google api key
npm run start
will run the development version of the application. It can be accessed at http://localhost:8080 by default