Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.08 KB

README.md

File metadata and controls

21 lines (13 loc) · 1.08 KB

Streamlit starter

Streamlit App pre-commit Code style: black

A lightweight template to help teams get started and collaborate with Streamlit in VS Code.

Getting started

  1. Use the template to create a new repository.
  2. Open in VS Code.
  3. Install the recommended extensions when prompted.
  4. Open a terminal and run: pip install -r requirements.txt.
  5. Run: pre-commit install.

Continuous integration

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/.

Continuous deployment

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.