PablocFonseca / streamlit-aggrid

Implementation of Ag-Grid component for Streamlit
https://pypi.org/project/streamlit-aggrid/
MIT License
1.05k stars 199 forks source link

How to build package? #220

Open gururise opened 1 year ago

gururise commented 1 year ago

using poetry build results in a python whl

However, that does not seem to build the frontend. Are there instructions on how to build streamlit-aggrid from source?

broccoliboy commented 1 year ago

Run yarn && yarn build in base dir to build frontend first. Then you can build whl or pip install . to install directly.