git clone https://github.com/chiefmikey/gitlang.gitgit clone git@github.com:chiefmikey/gitlang.gitCreate a GitHub Personal Access Token (PAT) with the public_repo scope.
Create a .env file in the root of the project with the following contents:
GITHUB_PAT=<your PAT>Make sure the .env file is not tracked in Git.
npm installnpm run build:devnpm run build:prodnpm run start:servernpm run start:clientClient will be available in the browser on local port 8080