Star us on GitHub
Star
Menu

GitHub Code Spaces

Running on GitHub Codepsaces (in browser or in VS Code)
  • Make sure you've forked the repo
  • Install the VS Code Extension "GitHub Codespaces"
  • 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/ cd docker ./run.sh # View `http://localhost:3000`
Copy