Files
Interview-Analysis/README.md

327 B

Interview-Analysis

Quickstart

  1. Install dependencies:
uv sync
  1. Run Marimo:
uv run marimo edit
  1. Git Commit changes:

In your git manager or terminal, stage and commit your changes. No need to close Marimo or do anything special.

git add .
git commit -m "Your commit message"