File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments