Skip to content

Commit 4a143ba

Browse files
Update development documentation for improved clarity and formatting consistency
1 parent 38b8690 commit 4a143ba

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

docs/DEVELOPMENT.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77

88
## Scripts
99

10-
| Command | Description |
11-
|---------|-------------|
12-
| `npm run dev` | Start development mode (watch) |
13-
| `npm run build` | Type-check and build for production |
14-
| `npm run test` | Run tests |
15-
| `npm run test:watch` | Run tests in watch mode |
16-
| `npm run test:coverage` | Run tests with coverage |
17-
| `npm run lint` | Lint the codebase |
18-
| `npm run lint:fix` | Lint and auto-fix issues |
19-
| `npm run format` | Format all files with Prettier |
20-
| `npm run format:check` | Check formatting without changes |
10+
| Command | Description |
11+
| ----------------------- | ----------------------------------- |
12+
| `npm run dev` | Start development mode (watch) |
13+
| `npm run build` | Type-check and build for production |
14+
| `npm run test` | Run tests |
15+
| `npm run test:watch` | Run tests in watch mode |
16+
| `npm run test:coverage` | Run tests with coverage |
17+
| `npm run lint` | Lint the codebase |
18+
| `npm run lint:fix` | Lint and auto-fix issues |
19+
| `npm run format` | Format all files with Prettier |
20+
| `npm run format:check` | Check formatting without changes |
2121

2222
## Project Structure
2323

@@ -72,8 +72,8 @@ src/
7272

7373
### Default Relays
7474

75-
| Relay | URL |
76-
|-------|-----|
75+
| Relay | URL |
76+
| --------- | ------------------------- |
7777
| Pubky App | `https://pkarr.pubky.app` |
7878
| Pubky Org | `https://pkarr.pubky.org` |
7979

0 commit comments

Comments
 (0)