sourcebot/README.md

26 lines
380 B
Markdown
Raw Normal View History

<div align="center">
<img
src=".github/images/logo.png"
width="80%"
height="80%"
/>
</div>
## About
todo
## Getting Started
1. Clone the repo
```sh
git clone https://github.com/TaqlaAI/sourcebot.git
```
2.
Run the image from github
```sh
docker run -d -p 3000:3000 --name sourcebot -v $(pwd):/data ghcr.io/taqlaai/sourcebot:main
```