drift/docs
fabiancrx ed06182dbf
fix typo
2023-07-21 11:59:46 -04:00
..
assets/path_provider
lib Add support for subqueries. 2023-07-20 22:30:20 +02:00
pages fix typo 2023-07-21 11:59:46 -04:00
templates Update web docs 2023-06-17 22:14:59 +02:00
test Add docs on schema reflection 2023-02-17 18:21:52 +01:00
tool Fix lints and warnings added in Dart 3.0 2023-05-12 22:42:21 +02:00
web Add web example served under docs website 2023-06-16 16:41:13 +02:00
README.md
analysis_options.yaml Fix lints and warnings added in Dart 3.0 2023-05-12 22:42:21 +02:00
build.yaml Update new web documentation 2023-06-15 00:08:14 +02:00
pubspec.yaml Update to stable sqlite3 package 2023-06-17 22:19:31 +02:00
theme.yaml
website.yaml

README.md

Drift documentation

Welcome to the source of drift's documentation, live at drift.simonbinder.eu. We use a static site generator based on build_runner to build the documentation.

Running the website locally

For a fast edit-refresh cycle, run

dart run build_runner serve web:8080 --live-reload

Building the website

To build the website into a directory out, use:

dart run build_runner build --release --output web:out