Surf the web, save the world.
- Clone this repository.
- In the top level directory, run
yarn run build
. This installs dependencies and builds Docker images. - Run
yarn start
. - On first run, you'll have to create database tables and load fixtures.
cd dynamodb
yarn run init
- The
start
script in the top-levelpackage.json
orchestrates running services. - The lambda, graphql, and web services use dotenv-extended to manage environment variables. The
.env.defaults
files specify defaults, which you can override with your file named.env
.
See Deployment Overview for how deployment works.
Thank you to the following projects and companies for supporting open source projects like this one: