Everything you need to spin up a fresh project, in order. Start with the Introduction for the mental model, then jump straight to Quick Start if you just want to run the thing.
- 01/06
Introduction
What fullstackhero is, what it ships with, and how it's put together.
- 02/06
Prerequisites
What you need installed locally before running a fullstackhero project.
- 03/06
Quick Start
Clone fullstackhero and run the whole stack locally with one command.
- 04/06
Install
Every way to get the kit — a git clone, GitHub (Use this template / Codespaces), the fsh CLI (prerelease), and the dotnet new template (not yet published).
- 05/06
Demo accounts & seed data
Every demo tenant, user persona, and piece of sample data the seed-demo verb creates — what you can log in as and what you'll see.
- 06/06
Troubleshooting
Symptom → cause → fix for the failure modes you actually hit on first run and in the daily dev loop.