Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 603 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 603 Bytes

Smart Community

A Smart Community application built with Flutter and PocketBase.

How To Build

Prerequisites

  • Flutter 3.10.5
  • PocketBase 0.16.5

Command

flutter build web --web-renderer canvaskit --no-web-resources-cdn

How To Run

Prerequisites

  • Open PocketBase admin UI and import scheme.json

Command

You can use any framework run the web build, here is a python example.

cd path/to/build
python -m http.server

Then open another terminal and run:

cd path/to/database
pocketbase serve