suo / torchci

Home Page:https://torch-ci.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

  1. Install yarn, which we use for package and project management.
  2. Install the required dependencies for the project:
yarn install
  1. You will need to set up your .env.local file with various keys and permissions. Follow the instructions in .env.example.

  2. Run the development server

yarn dev

Open http://localhost:3000 with your browser to see the result! Any edits you make to the code will be reflected immediately in the browser. You can also run our test suite with yarn test.

We use Next.js as our framework. To learn more about Next.js, take a look at the following resources:

Developing Probot

The easiest way to develop probot actions is to use nock to mock out interactions with the GitHub API and develop completely locally. If you do need real webhooks, the easiest thing to do is follow these instructions to configure a repo to send webhooks to a Smee proxy, which will then forward them to your local server.

Deployment

We use Vercel as our deployment platform. Pushes to main and any other branches will automatically be deployed to Vercel; check out the bot comments for how to view.

About

https://torch-ci.com


Languages

Language:TypeScript 78.6%Language:Python 15.7%Language:CSS 4.4%Language:JavaScript 0.8%Language:Shell 0.5%