Skip to content

aspiration-labs/slack_forms

Repository files navigation

Slack Forms

Forms icing on the Slack cake

Dev Setup

pipenv install --dev

Lint and Test

pipenv run make lint test

Package

pipenv run make dist

Run Sample App

cp env.sample .env
vi .env
pipenv run python -m sample_app.app

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.