Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Thank you for showing interest in contributing to **HackRadar**! We welcome all

# Install dependencies including dev dependencies
uv sync

# Set up pre-commit hooks
uv run pre-commit install
```
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ HackRadar sends visually rich notifications including:
```bash
# Create a new database (example)
createdb hackradar

# Or using psql
psql -U postgres
CREATE DATABASE hackradar;
Expand All @@ -114,7 +114,7 @@ HackRadar sends visually rich notifications including:
```bash
# Install uv if you don't have it
curl -LsSf https://astral.sh/uv/install.sh | sh

# Install project dependencies
uv pip install -e .
```
Expand All @@ -124,9 +124,9 @@ HackRadar sends visually rich notifications including:
```bash
cp .env.example .env
```
Edit `.env` and configure the following all

Edit `.env` and configure the following all

**Required:**
- `DISCORD_TOKEN`: Your Discord bot token from step 2
- `DATABASE_URL`: PostgreSQL connection string
Expand All @@ -143,7 +143,7 @@ HackRadar sends visually rich notifications including:
```bash
python bot.py
```

You should see a message confirming the bot is online and connected to your Discord server!


Expand Down
6 changes: 3 additions & 3 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.