The portal for the Cosmic Data Stories project acts as the front-end for educators and students to manager their class associations and available active data stories.
To run the project locally, clone the repository and install using
pip install cds-portal
Then, run the following command to start the server:
SOLARA_SESSION_SECRET_KEY="..." SOLARA_OAUTH_CLIENT_ID="..." SOLARA_OAUTH_CLIENT_SECRET="..."
SOLARA_OAUTH_API_BASE_URL="..." SOLARA_OAUTH_SCOPE="openid profile email" SOLARA_SESSION_HTTPS_ONLY=false
CDS_API_KEY="..." solara run cds_portal.pages --port=8865