From 5d55140681d98334a603a2657a6e4761b5c2b9e7 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Sat, 7 Oct 2023 15:49:50 +0200 Subject: [PATCH] finish up website --- website/dist/about/index.html | 8 ++++++-- website/dist/docs/index.html | 1 - website/dist/docs/side-bar.html | 1 - website/dist/index.html | 1 - website/src/how-it-works.md | 5 ----- 5 files changed, 6 insertions(+), 10 deletions(-) delete mode 100644 website/src/how-it-works.md diff --git a/website/dist/about/index.html b/website/dist/about/index.html index af3f5bc..460db8c 100644 --- a/website/dist/about/index.html +++ b/website/dist/about/index.html @@ -17,10 +17,14 @@
-

Website & project not completed yet!

libreǝvent is a free and open source event management solution that you can host on your own hardware, if you want to

-

libreǝvent's backend runs on Node.js, with Express.js for routing and either MySQL or a custom JSON based database. Its frontend is written as a Vue.js Single Page Application, with some parts being vanilla HTML, CSS & JavaScript.

+

libreǝvent aims to provide a complete event ticket management system which you can use to sell tickets using various payment methods. Whilst getting started is much more involved compared to + other platforms, libreevent offers the unique ability of running on your hardware which means you know exactly where the data is stored and how it is processed. + Additionally, since it is basically a "conventional" website, you can use your own domain and customize everything to your liking. As the whole project is open source, you + may as well add or remove some features, if you know how to do it. +

+