From 8dae39d13d8ec28e3ffa129d60f3d21ca2ba326e Mon Sep 17 00:00:00 2001 From: agatha Date: Sun, 31 Mar 2024 22:31:28 -0400 Subject: [PATCH] docs: add frontend notes --- frontend/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 frontend/README.md diff --git a/frontend/README.md b/frontend/README.md new file mode 100644 index 0000000..d54cea2 --- /dev/null +++ b/frontend/README.md @@ -0,0 +1,4 @@ +# Forum Frontend +Should be extremely simple to start with no styling. + +Node.js with a nice framework should be the ultimate goal, but could just do simple HTML and JS by hand for now. \ No newline at end of file