From c43f2333458b2cbc40d167610d87e2a2e3f89885 Mon Sep 17 00:00:00 2001 From: Ethan Davidson <31261035+EthanThatOneKid@users.noreply.github.com> Date: Thu, 28 Oct 2021 01:14:16 -0700 Subject: [PATCH] Create tuts.ts --- std/server/middleware/tuts.ts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 std/server/middleware/tuts.ts diff --git a/std/server/middleware/tuts.ts b/std/server/middleware/tuts.ts new file mode 100644 index 0000000..f3173e8 --- /dev/null +++ b/std/server/middleware/tuts.ts @@ -0,0 +1,2 @@ +// Todo: Create UI with live code editor that shows result of all available output formats with how they connect to each line in the source Fart. +// include a side bar with a brief explanation of the example code.