mirror of
https://github.com/NedaaDevs/api.git
synced 2026-06-25 00:12:46 +02:00
No description
- TypeScript 99.4%
- Dockerfile 0.6%
| .github/workflows | ||
| src | ||
| test | ||
| .bun-version | ||
| .env.example | ||
| .gitignore | ||
| biome.json | ||
| build.ts | ||
| bun.lock | ||
| bunfig.toml | ||
| docker-compose.prod.yml | ||
| docker-compose.yml | ||
| Dockerfile | ||
| lefthook.yml | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Nedaa API
Prayer times API for Nedaa.
Requirements
- Bun >= 1.3.0
Getting Started
bun install
bun run dev
Scripts
| Script | Description |
|---|---|
bun run dev |
Start dev server with hot reload |
bun run lint |
Run linting checks |
bun run lint:fix |
Fix linting issues |
bun run format |
Format code |