WestEgg is the backend for the Gatsby hub site and contains indexing data on users, channels, videos and more.
- Install docker and docker-compose
- Run
docker-compose up --build
ordocker-compose up -d --scale westegg=0
to exclude westegg (so you can run the local version alongside for dev purposes)
Note: If you're testing the frontend with this repo, exclude it from starting with the command:
docker-compose up -d --build --scale gatsby=0
- Install NodeJS 16.13
- Install dependencies
yarn install
- Run the server
yarn start:dev
To get started with setting up a dev environment, read through the contributors doc to learn more.