From 4864de624cb144f30211a9d76118adb192423418 Mon Sep 17 00:00:00 2001 From: Nate <n8r@tuta.io> Date: Tue, 4 Feb 2025 22:45:52 -0700 Subject: [PATCH] Update readme --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fa50e40..0a64415 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,24 @@ # fartstack -Flutter and Dart full stack template, Lovingly called FartStack \ No newline at end of file +Flutter and Dart full stack template, Lovingly called FartStack + +## TLDR + +Dev is done all in dart, with the flutter framework as a frontend. The +backend uses [dart_frog](), a dart backend framework with a focus on developer +experience. This whole stack revolves around my Dart expertise, so its not about +being the fastest stack, but the quickest stack I can build in. Because building +a product is like a fart: its all about follow-through. + +### Installing + +If you have the nix package manager and direnv setup, its as easy as running `direnv allow`, bingo bango. + +If not, well, you need to setup `flutter`, `dart` (should get installed with flutter), and `dart_frog` + +## Frontend `./frontend/` + +WIP + +## Backend `./backend/` +