27 lines
941 B
Markdown
27 lines
941 B
Markdown
|
|
|
|
# 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).
|