This directory contains the Dart, Jaspr, and Jaspr Content based implementation of the docs.flutter.dev documentation website.
The site should be run with the dart run dash_site tool
from the root of the repository.
Some relevant commands include:
- Serve:
dart run dash_site serve - Build:
dart run dash_site build - Clean:
dart run dash_site clean
Run dart run dash_site --help to learn what other commands are available.