- Python 3.9
- Packages: requirements.txt
- Install a virtual env with requirements.txt
conda create --name knowledge-vault python=3.9
conda activate knowledge-vault
conda install --file requirements.txt
streamlit run 🏠_Home.py
Feature | Instruction |
---|---|
Edit introduction | Modify data/intro.md |
Add a new topic | Add a new .md under data/topics |
Add a new icon | Search for icon at icons8, "Copy", use "Link to PNG" for the hyperlink and add "Link to icon page" in data/icons.md |
All
.md
files to be handled byst.markdown()
, hence can handle most markdown syntax to provide a good writing and visualization experience.
- Xuan Vinh: [email protected]