drift/docs
Simon Binder 28417c52af
Fix lints and warnings added in Dart 3.0
2023-05-12 22:42:21 +02:00
..
assets/path_provider Extract snippets for documentation 2022-02-13 16:55:57 +01:00
lib Simplify creation of web workers for drift 2023-04-10 23:01:30 +02:00
pages Fix lints and warnings added in Dart 3.0 2023-05-12 22:42:21 +02:00
templates Update docs for Dart components in SQL 2023-01-22 22:53:45 +01: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 Simplify creation of web workers for drift 2023-04-10 23:01:30 +02:00
README.md Simplify documentation setup 2022-10-25 22:15:09 +02:00
analysis_options.yaml Fix lints and warnings added in Dart 3.0 2023-05-12 22:42:21 +02:00
build.yaml Deprecate special connect constructor 2023-01-28 16:53:35 +01:00
pubspec.yaml Fix lints and warnings added in Dart 3.0 2023-05-12 22:42:21 +02:00
theme.yaml Add search to documentation 2021-08-09 18:32:09 +02:00
website.yaml Replace old website and repository links 2022-03-13 15:52:15 +01:00

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