Skip to content

life-tracer/life-tracer.github.io

Repository files navigation

Launching the Website with Python

You can easily serve this website locally using Python's built-in HTTP server. Follow these steps:

Prerequisites

  • Python 3.x installed on your system

Steps to Launch

  1. Open a terminal or command prompt

  2. Navigate to the LifeTracer website directory:

    cd path/to/LT_Website
    
  3. Launch Python's built-in HTTP server:

    For Python 3.x:

    python -m http.server
    
  4. Open your web browser and navigate to:

    http://localhost:8000
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published