Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,26 @@ world to marvel.

Check it out:

[![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://share.streamlit.io/streamlit/roadmap)
[![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://roadmap.streamlit.app/)

## Development Setup

To run this app locally:

1. Clone this repository
2. Install dependencies:
```bash
pip install -r requirements.txt
```
3. Create `.streamlit/secrets.toml` with Notion credentials:
```toml
[notion]
token = "your_notion_api_token"
projects_database_id = "your_database_id"
```
4. Run the app:
```bash
streamlit run streamlit_app.py
```

Note: You'll need access to the Streamlit Notion database for this to work properly.