FES

Developer Guide: Fluctuation-Enhanced Sensing (FES)

Overview

This guide provides developers with insights into the architecture, codebase, and best practices for contributing to the FES platform.

Architecture

Codebase Structure

Development Workflow

  1. Clone the repository:
    git clone https://github.com/rfc391/FES.git
    cd FES
    
  2. Set up a virtual environment:
    python -m venv venv
    source venv/bin/activate
    
  3. Run the application locally:
    python main.py
    

Testing