Visit here.
-
Create a GitHub Personal Access Token:
- Go to GitHub Settings > Developer Settings > Personal Access Tokens
- Create a new token with
public_reposcope - Copy the generated token
-
Create a
.env.localfile in the project root:GITHUB_TOKEN=your_github_personal_access_token_here
yarn devyarn buildJust push to the main branch.