Install the development .venv
poetry install --no-root
pytest
Run the cookiecutter, outputting the newly created project to tmp/test/
rm -rf tmp/test/my-reactpy-package && cookiecutter --replay -f -o tmp/test .
If you're using VSCODE open a new VSCODE window and load the newly created project
code tmp/test/my-reactpy-package/
Review changes as required.