Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mayank1513/probot-nextjs-starter
Starter template to build GitHub bots with Probot and NextJS.
https://github.com/mayank1513/probot-nextjs-starter
github-app github-apps mayank1513 nextjs nextjs-app-router nextjs-appdir nextjs13 probot probot-app template
Last synced: 3 months ago
JSON representation
Starter template to build GitHub bots with Probot and NextJS.
- Host: GitHub
- URL: https://github.com/mayank1513/probot-nextjs-starter
- Owner: mayank1513
- License: mit
- Fork: true (maximousblk/probot-nextjs-starter)
- Created: 2023-09-13T13:05:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-14T07:29:12.000Z (over 1 year ago)
- Last Synced: 2024-09-22T13:02:05.805Z (4 months ago)
- Topics: github-app, github-apps, mayank1513, nextjs, nextjs-app-router, nextjs-appdir, nextjs13, probot, probot-app, template
- Language: TypeScript
- Homepage: https://probot-nextjs-starter.vercel.app
- Size: 1020 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- 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