This is a project that is a social graph for ScottyLabs. Currently only used for testing the new auth system.
Follow the instructions in Governance to add yourself as a contributor and join the Graph team to obtain the necessary permissions.
Prerequisites: Docker and Dev Containers Extension.
- Clone and open the repository locally in VS Code (or any other IDE that supports Dev Containers).
- Click on the
Reopen in Containerbutton 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.
- Or open the command palette and run the command
- Wait for the container to start. It may take a few minutes to install dependencies and run post create script.
- Start developing by running
bun run devin the terminal.