Skip to content

gatsby-tv/westegg

Repository files navigation

WestEgg Build Status

WestEgg is the backend for the Gatsby hub site and contains indexing data on users, channels, videos and more.

Run development build (docker-compose)

  1. Install docker and docker-compose
  2. Run docker-compose up --build or docker-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

Run development build (just westegg api server)

  1. Install NodeJS 16.13
  2. Install dependencies yarn install
  3. Run the server yarn start:dev

To get started with setting up a dev environment, read through the contributors doc to learn more.

Releases

No releases published

Packages

No packages published