npm install --global wt-cli
yarn install
cp .env.example .env # and edit this file
yarn start
deploy to https://webtask.io
## First deploy:
npm run wt:create
## Updates
npm run wt:update
Using GitHub GraphQL API & Webtask.io serverless function to fetch my repositories
npm install --global wt-cli
yarn install
cp .env.example .env # and edit this file
yarn start
## First deploy:
npm run wt:create
## Updates
npm run wt:update
Using GitHub GraphQL API & Webtask.io serverless function to fetch my repositories