Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 506 Bytes

DEV_README.md

File metadata and controls

18 lines (15 loc) · 506 Bytes

Current directory should be:

/Users/sebastiandres/Projects/streamlit/streamlit_slides

Cd to folder and run npm (install optionally if not made before)

cd slideshow_buttons/frontend npm install # Install npm dependencies npm run start # Start the Webpack dev server

Run the app

/Users/sebastiandres/Projects/streamlit/streamlit_slides

source venv/bin/activate streamlit run Home.py

To upload to pypi

  • Make sure you have installed twine $ pip install twine
  • run the make $ make pypi