[TOC]
$ pwd
/.../ask-astro
$ python --version
Python 3.11.x
# install poetry (https://python-poetry.org/docs/#installation)
$ python -m pip install poetry
$ poetry install
- Build sphinx docs
- Serve the docs locally (http://127.0.0.1:8000)
- Generate the screenshot for help message on each tasks
- Run ask-astro airflow
- Stop ask-astro airflow
- Go to Ask Astro Backend API
- Go to Ask-Astro UI
- Run pre-commit checks