This project uses a devcontainer to ensure that the development environment is consistent across all developers. To use the devcontainer, you will need to install the Remote - Containers extension for VSCode.
- Make a copy of the local.env.example file:
cp scripts/environments/local.env.example scripts/environments/local.env
- Fill in the values in the
local.env
file - Run
make deploy
- Navigate to the WebApp URL mentioned in the stdout.
- Run
source scripts/environments/local.env
to populate your environment variables - Run
streamlit run app/Home.py
- Open your browser and navigate to
http://localhost:8501