Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 397 Bytes

File metadata and controls

17 lines (9 loc) · 397 Bytes

Contributing

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.