Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

This directory contains the Dart, Jaspr, and Jaspr Content based implementation of the docs.flutter.dev documentation website.

Usage

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.