- Node
- A PostgreSQL database
- A Splitwise API key
- Get the dependency packages with
npm install - Create an
ENVfile in the project root, filling in the variables detailed inENV.example - Run in development mode with
npm start - Open a browser at http://localhost:3333
npm run start:production will create a production build of the client and start the server