From 45f77001a0e76f88f76a7232a9bbfa2a81a5cb00 Mon Sep 17 00:00:00 2001 From: tycrek Date: Sat, 24 Dec 2022 16:55:27 -0700 Subject: [PATCH] docs: small note --- .github/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/README.md b/.github/README.md index 7661001..5acbfcc 100644 --- a/.github/README.md +++ b/.github/README.md @@ -375,6 +375,8 @@ Other things to note: **Please be aware that this section is outdated (marked as of 2022-04-15). It will be updated when I overhaul the frontend system.** +**Update 2022-12-24: I plan to overhaul this early in 2023.** + ass is intended to provide a strong backend for developers to build their own frontends around. [Git Submodules] make it easy to create custom frontends. Submodules are their own projects, which means you are free to build the router however you wish, as long as it exports the required items. A custom frontend is really just an [Express.js router]. **For a detailed walkthrough on developing your first frontend, [consult the wiki][ctw1].**