Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 365 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 365 Bytes

Friendly betting

This repo contains all the pieces from our project

Running the app locally

Prerequisites

  • node
  • docker
  • yarn
cd frontend; yarn install # Install frontend dependencies
cd backend; yarn install # Install backend dependencies
yarn install # Install global dependencies
yarn start # Runs concurrently frontend and backend