A lightweight template to help teams get started and collaborate with Streamlit in VS Code.
- Use the template to create a new repository.
- Open in VS Code.
- Install the recommended extensions when prompted.
- Open a terminal and run:
pip install -r requirements.txt
. - Run:
pre-commit install
.
The template is ready for continuous integration out of the box. All that is needed is to sign-in, using GitHub, here: https://pre-commit.ci/.
The template is also ready for continous deployment out of the box. This can be achieved using Streamlit cloud: https://docs.streamlit.io/streamlit-cloud.