Our monorepo uses Nx as a build system and for scaffolding.
yarn install
yarn nx run protocol-api:serve
to start GraphQL server, if required.- Check each project's README for more commands.
Each app or lib has its own readme that explains the scoped purpose & requires .env
variables to operate.
- Contract Sync Job
- Govrn Contract Subgraph
- Govrn Contract
- Guild Import Job
- Kevin Malone
- Linear Sync Job
- Protocol API
- Protocol Frontend
- Twitter Contribution Job
Run yarn nx graph
to see a diagram of the dependencies of the project.