Skip to content

Chicago-Fisicos/homepage

Repository files navigation

Física 1 project webpage

This repository contains the code for a webpage created using Streamlit. It showcases the work we did for our Física 1 project, which can be found in this repository.

The webpage is deployed and can be accessed using any of the following links:

Run locally

To run this project locally, follow these steps:

Download the repo

git clone https://github.com/Chicago-Fisicos/homepage.git
cd homepage

Run directly with Streamlit

pip install -r requirements.txt
streamlit run Pages/home.py

Once the Streamlit server is running, you can interact with the webpage through your web browser at http://localhost:8501.

Or you can run it with docker

Make sure you have Docker and Docker Compose installed on your system.

docker compose up

Open your browser at http://localhost:8505.