Add basic setup #10

Merged
Vylpes merged 3 commits from feature/basic-setup into release/0.1.0 2026-03-21 12:31:12 +00:00
Owner
No description provided.
VylpesTester requested changes 2026-03-15 14:36:00 +00:00
Dismissed
@ -0,0 +25,4 @@
cd YOUR_PROJECT
```
### Option B: Clone Direct ly
Member

Typo, Directly

Typo, `Directly`
Vylpes marked this conversation as resolved
@ -0,0 +163,4 @@
1. **Customize Example.Web**: Rename it to your project name
2. **Add your features**: Create components, pages, and services in `src/`
3. **Extend the database**: Add entities to `src/Example.Web/Data/ExampleDbContext.cs`
4. **Learn the architecture**: Read [Architecture Overview](architecture/overview.md)
Member

File doesn't exist

File doesn't exist
Vylpes marked this conversation as resolved
@ -0,0 +232,4 @@
- [Module Management](modules.md) - Add or remove Burrow modules
- [Architecture Overview](architecture/overview.md) - Understand Burrow's design
- [Customization Examples](examples/) - Common modifications
Member

Doesn't exist

Doesn't exist
Vylpes marked this conversation as resolved
@ -0,0 +7,4 @@
| Module | Description | Status | Dependencies |
|--------|-------------|--------|--------------|
| **Burrow.Auth** | Authentication with ASP.NET Core Identity | ✅ Stable | PostgreSQL, EF Core |
| Burrow.Core | Shared utilities (only if needed) | 💭 Planned | None |
Member

Remove, not planned

Remove, not planned
Vylpes marked this conversation as resolved
@ -0,0 +8,4 @@
|--------|-------------|--------|--------------|
| **Burrow.Auth** | Authentication with ASP.NET Core Identity | ✅ Stable | PostgreSQL, EF Core |
| Burrow.Core | Shared utilities (only if needed) | 💭 Planned | None |
| Burrow.Payment | Payment processing | 💭 Future | To be determined |
Member

Remove, not planned

Remove, not planned
Vylpes marked this conversation as resolved
@ -0,0 +9,4 @@
| **Burrow.Auth** | Authentication with ASP.NET Core Identity | ✅ Stable | PostgreSQL, EF Core |
| Burrow.Core | Shared utilities (only if needed) | 💭 Planned | None |
| Burrow.Payment | Payment processing | 💭 Future | To be determined |
| Burrow.Messaging | Email templates & notifications | 💭 Future | To be determined |
Member

Remove, not planned

Remove, not planned
Vylpes marked this conversation as resolved
@ -0,0 +19,4 @@
- **Tested**: Has corresponding test project in `Burrow/tests/`
- **Documented**: Architecture explained in `docs/architecture/`
## Adding Burrow.Auth to Your Project
Member

As well as the updater tool, we should in the future make a module management tool

As well as the updater tool, we should in the future make a module management tool
Vylpes marked this conversation as resolved
@ -0,0 +1,233 @@
# Burrow Update Tool Architecture
Member

Should be in an architecture folder

Should be in an `architecture` folder
Vylpes marked this conversation as resolved
@ -0,0 +77,4 @@
### 2. Check for Updates
Visit the [Burrow releases page](https://github.com/Vylpes/burrow/releases) and note the latest version.
Member

Update url

Update url
Vylpes marked this conversation as resolved
Vylpes merged commit 2693a89b0c into release/0.1.0 2026-03-21 12:31:12 +00:00
Vylpes deleted branch feature/basic-setup 2026-03-21 12:31:12 +00:00
Sign in to join this conversation.
No description provided.