Star us on GitHub
Star
Menu

Getting started

Running on GitHub Codepsaces (in browser or in VS Code)
  • Using VS Code, enter codespace - CMD + Shift + P, type codespace, select the Highlight codespace
  • If docker is not running (try docker ps), run a full rebuild: press CMD + Shift + P, select Codespaces: Full Rebuild Container
  • # from highlight/ yarn cd docker COMPOSE_FILE=compose.yml:compose.dev.yml docker compose up --build -d # View `https://localhost:3000`
    Copy