25 lines
327 B
Markdown
25 lines
327 B
Markdown
# Interview-Analysis
|
|
|
|
## Quickstart
|
|
|
|
1. Install dependencies:
|
|
|
|
```bash
|
|
uv sync
|
|
```
|
|
|
|
2. Run Marimo:
|
|
|
|
```bash
|
|
uv run marimo edit
|
|
```
|
|
|
|
|
|
3. Git Commit changes:
|
|
|
|
In your git manager or terminal, stage and commit your changes. No need to close Marimo or do anything special.
|
|
|
|
```bash
|
|
git add .
|
|
git commit -m "Your commit message"
|
|
``` |