Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 917 Bytes

File metadata and controls

39 lines (23 loc) · 917 Bytes

Site

Basic start to a community website.

We are building the site in Dart utilising the Dart Web Platform with core web libraries like dart:html.

We utilise Jaspr to provide a more Flutter centric feel to web development. Check out the docs for more info.

Prerequisites

Install the webdev tool

dart pub global activate webdev

Run locally with

webdev serve --auto refresh

Debugging

Install the Dart Debug Extension and run:

webdev serve --debug-extension

or you you use devtools Debugging Web Info

Build

webdev build