From 5254539f6913c2069677ce91a114c7cb8ec0002c Mon Sep 17 00:00:00 2001 From: Martti Malmi Date: Tue, 13 Jun 2023 10:55:05 +0300 Subject: [PATCH] add stack description to readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5867f990..d1a21d08 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,13 @@ npm run test -[iris.to](https://iris.to) production version is in the [stable](https://github.com/irislib/iris-messenger/tree/stable) branch. +[iris.to](https://iris.to) production version is in the [production](https://github.com/irislib/iris-messenger/tree/production) branch. + +#### Stack: +* [Vite](https://vitejs.dev/) — a fast frontend build tool +* [Preact](https://preactjs.com/) — a fast 3kB alternative to React with the same modern API +* [Tailwind CSS](https://tailwindcss.com/docs/installation) — a CSS framework for rapid UI development. Less custom CSS. +* [DaisyUI](https://daisyui.com/components/) — a component library for Tailwind CSS ### Docker