Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Cbameron12 committed Feb 18, 2025
1 parent d9577da commit 977bcea
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
# janus-web
Web app for janus-core

## Installation
Clone the repository from Github and then install the dependencies with uv:
```bash
git clone [email protected]:stfc/janus-web.git
uv sync
```

## Usage
Start API with main:
```bash
python main.py
```

0 comments on commit 977bcea

Please sign in to comment.