Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gatsby-tv/westegg
The place where Gatsby lives.
https://github.com/gatsby-tv/westegg
Last synced: 16 days ago
JSON representation
The place where Gatsby lives.
- Host: GitHub
- URL: https://github.com/gatsby-tv/westegg
- Owner: gatsby-tv
- License: agpl-3.0
- Created: 2020-07-19T19:19:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-01T00:13:53.000Z (almost 3 years ago)
- Last Synced: 2024-03-15T04:11:14.357Z (10 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.89 MB
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WestEgg [![Build Status](https://travis-ci.com/gatsby-tv/westegg.svg?branch=main)](https://travis-ci.com/gatsby-tv/westegg)
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](./doc/contributors.md) to learn more.