mirror of
https://github.com/vee1e/bulk-questionnaire-upload.git
synced 2026-09-01 09:50:06 +00:00
docs: remove horizontal rules from READMEs [skip ci]
This commit is contained in:
parent
3b1c8a80df
commit
13e119c425
3 changed files with 0 additions and 26 deletions
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
Angular 19 SPA with SSR, Angular Material dark theme, and async bulk-upload queue. Deployed on Vercel.
|
||||
|
||||
---
|
||||
|
||||
## Local Setup
|
||||
|
||||
```bash
|
||||
|
|
@ -24,8 +22,6 @@ API URL is loaded at startup from `public/assets/config.json` so no rebuild is n
|
|||
|
||||
Falls back to `http://localhost:8000/api` if the file is missing.
|
||||
|
||||
---
|
||||
|
||||
## Structure
|
||||
|
||||
```
|
||||
|
|
@ -50,8 +46,6 @@ src/app/
|
|||
- **SSR** — Angular Universal with client hydration and event replay
|
||||
- **Dark theme** — Angular Material with custom SCSS variables
|
||||
|
||||
---
|
||||
|
||||
## Testing
|
||||
|
||||
```bash
|
||||
|
|
@ -60,8 +54,6 @@ npm run test:run # Vitest (jsdom)
|
|||
|
||||
Test files live in `tests/frontend/`.
|
||||
|
||||
---
|
||||
|
||||
## Building for Production
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue