git clone https://github.com/chiefmikey/gitlang.git
git clone [email protected]:chiefmikey/gitlang.git
Create 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 install
npm run build:dev
npm run build:prod
npm run start:server
npm run start:client
Client will be available in the browser on local port 8080