Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Codegen App

Simple example of running a codegen app.

Run Locally

Spin up the server:

codegen serve

Spin up ngrok

ngrok http 8000

Go to Slack app settings and set the URL for event subscriptions

{ngrok_url}/slack/events

Deploy to Modal

This will deploy it as a function

modal deploy app.py

Then you can swap in the modal URL for slack etc.