슬랙 출첵 봇 만드는 채널입니다.
-
Install dependencies using
pipenv
.pipenv install --dev
-
Run postgres locally
./run_postgres.sh
-
Run development server.
pipenv run start
TIP: you can use ngrok and use that by creating a temporary command in https://api.slack.com/apps/A01BHLV79UZ/slash-commands.
-
Run
pytest
.pipenv run pytest
-
Run
black
andisort
before committing your changes.pipenv run black . && isort .