Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maximousblk/probot-nextjs-starter

Starter template to build GitHub bots with Probot and NextJS.
https://github.com/maximousblk/probot-nextjs-starter

github-app nextjs probot typescript vercel

Last synced: 2 months ago
JSON representation

Starter template to build GitHub bots with Probot and NextJS.

Awesome Lists containing this project

README

        

# probot-nextjs-starter

Starter template to build GitHub Apps with with [Probot](https://github.com/probot/probot) and [NextJS](https://nextjs.org/).

## Features

- Typescript
- NextJS
- Serverless
- Deploy to Vercel

## Getting Started

#### Use the template

```sh
gh repo create --template maximousblk/probot-nextjs-starter # use the generate button
cd
```

#### Install dependencies
```sh
yarn install
```

#### Build the app
```sh
yarn bot:build
```

#### Start the app
```sh
yarn bot:build
```

## Contributing

If you have suggestions for how probot-nextjs-starter could be improved, or want to report a bug, open an issue! We'd love all and any contributions.

For more, check out the [Contributing Guide](CONTRIBUTING.md).

## License

[The MIT License](LICENSE) © 2021 Maximous Black