Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/maximousblk/probot-nextjs-starter
- Owner: maximousblk
- License: mit
- Created: 2021-08-31T17:10:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T14:05:44.000Z (5 months ago)
- Last Synced: 2024-09-27T18:40:50.389Z (3 months ago)
- Topics: github-app, nextjs, probot, typescript, vercel
- Language: TypeScript
- Homepage: https://probot-nextjs-starter.vercel.app
- Size: 1.54 MB
- Stars: 17
- Watchers: 2
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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