Incidental is still in it's early stage of development, so there may be some teething problems along the way. Please let us know of any suggestions, bugs, ideas, etc using Github issues. We'll use your feedback to improve
We're building Incidental to be a best in class platform for running your incidents.
- ChatOps: Declare and manage your incidents all within your Slack workspace
- Web UI: Easy to use web interface to manage your incidents
- Custom fields
- Custom workflows
Requirements:
- docker
- docker-compose
- pnpm
- node v18
To run locally for development:
- Create a new slack application here: https://api.slack.com/apps, use the slack-manifest.yml as a template and replace BASE_URL with the url where you are hosting your app.
- Copy
backend/.env.example
tobackend/.env
and update the slack specific environment variables - Copy
frontend/.env.example
tofrontend/.env
- In
backend
runmake run-dev
- In
frontend
runmake run-dev
- Goto
http://localhost:3000
and create an account
- Website
- If you have any questions, you can email [email protected]