Skip to content

ScottyLabs/graph

Repository files navigation

Graph

Overview

This is a project that is a social graph for ScottyLabs. Currently only used for testing the new auth system.

Development

Permission Prerequisite

Follow the instructions in Governance to add yourself as a contributor and join the Graph team to obtain the necessary permissions.

Dev Container Setup

Prerequisites: Docker and Dev Containers Extension.

  1. Clone and open the repository locally in VS Code (or any other IDE that supports Dev Containers).
  2. Click on the Reopen in Container button that pops up in the bottom left corner of the VS Code window.
    • Or open the command palette and run the command Dev Containers: Reopen in Container.
  3. Wait for the container to start. It may take a few minutes to install dependencies and run post create script.
  4. Start developing by running bun run dev in the terminal.