Skip to content

Commit

Permalink
docs(repo): add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gabeklavans committed Mar 15, 2024
1 parent 6f7c46f commit 9b81164
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# YGL Aggregator

Go server + website + Python scraper

## Run with Docker
- Make sure you build latest
```sh
docker compose build
```

- Populate your `.env` file (take a look at `.env-example`)

- Then run with docker compose
```sh
docker compose up -d
```

0 comments on commit 9b81164

Please sign in to comment.