Requirements: Node.js, Package Manager (yarn or NPM)
# With HTTPS
https://github.com/LauraBeatris/react-query-workshop.git
# With SSH
git clone git@github.com:LauraBeatris/react-query-workshop.git
# With GitHub CLI
gh repo clone LauraBeatris/react-query-workshop
# With NPM
npm install
# With yarn
yarn install
- Follow the instructions from the GitHub docs page in order to create a personal token with permissions for repository operations
- Copy the
.env.example
file and add your personal token value
cp .env.example .env
VITE_GITHUB_PERSONAL_TOKEN=value-here
# With NPM
npm dev
# With yarn
yarn dev