Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwormhole authored Jan 2, 2025
1 parent 45dae3b commit f5940cc
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Lamia

Lamia is a simple invocing web app.

### Getting Started

```
$ git clone https://github.com/mrwormhole/lamia.git
$ pnpm install && pnpm dev
```

or through container image

```
$ docker pull ghcr.io/mrwormhole/lamia:v0.0.12
$ docker run -d -p 2345:80 ghcr.io/mrwormhole/lamia:v0.0.12
```

now you can visit http://localhost:2345 and see below


![main page](https://github.com/user-attachments/assets/25633412-93f0-42a2-b143-a785d8753326)

![generated PDF](https://github.com/user-attachments/assets/de141d92-eeb3-4ec6-a62f-019a4bd782ae)




0 comments on commit f5940cc

Please sign in to comment.