Playwright start

This commit is contained in:
2026-05-30 10:04:12 -04:00
parent 73f29cea08
commit 1f7a0819fc
108 changed files with 37445 additions and 62 deletions
+25
View File
@@ -1 +1,26 @@
# IGP Fan Reference
A fan-made reference site for *IMMORTAL: Gates of Pyre*.
## Documentation
Comprehensive documentation for developers is available in the [`/docs`](./docs) folder:
- [**Overview**](./docs/overview.md): High-level project description and tech stack.
- [**Architecture**](./docs/architecture.md): Solution structure and design patterns.
- [**Services**](./docs/services.md): Detailed explanation of core application services.
- [**Components**](./docs/components.md): UI component library and layout structure.
- [**Development Guide**](./docs/development.md): Build, test, and deployment instructions.
- [**Recommendations**](./docs/recommendations.md): Suggestions for code and design improvements.
## Quick Start
To run the project locally:
1. Navigate to the `IGP` directory.
2. Run `dotnet watch run`.
3. Open `https://localhost:5001`.
For more details, see the [Development Guide](./docs/development.md).