From 57fb5a3ca2d3c01ad83976273eb911741878f0b4 Mon Sep 17 00:00:00 2001 From: "M. Gardner" Date: Fri, 26 Jul 2019 21:19:55 +0300 Subject: [PATCH] add readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c5dccfb --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Wbcmc +## a small lightweight webcomic system, that only uses php, sh, and sql + +At the moment, it ~~only works~~ would work with mysql/mariadb, but it is planned that it becomes dialect-agnostic, and use more lightweight stuff. + +## Tech: + + php + + bash + + mysqli + + scss for the css \ No newline at end of file