Read the full article here.
Make sure you have a GitHub token (fine-grained) with the permission to create gists. See here for more details on creating one.
git clone <this repo>
cd <this repo>
cp .env.example .env
pipenv shell
pipenv install
cd dagster_starter
pip install -e ".[dev]"
dagster dev
dagster project scaffold --name <my_new_project>
pip install -e ".[dev]"
dagster dev
pytest -s dagster_starter_tests
