This a a web page for you to find buddies to go play some sport or just go to the gym. You can now meet new people and exercise.
If you want to run in just follow this simple steps:
npm install
Go to the ./myapp/frontend folder and run
cd frontend
yarn install
yarn build
Then go back to /myapp folder and run
cd ..
yarn start
You can then begin using the project! Open your browser on http://localhost:3001
Note: You need to have Nodejs, npm and yarn installed