START

Running locally

Running

npm install
cp .env.example .env        # fill in AWS + host values
npm run dev:api             # :3001
npm run dev:web             # :3000