move to new, correct name

This commit is contained in:
2023-05-29 17:56:57 +02:00
parent b4083c369d
commit e324c52a81
72 changed files with 176 additions and 163 deletions

View File

@@ -1,22 +1,22 @@
<div id="title" align="center">
<img src="./assets/logo.png" width="300">
<h1>myevent</h1>
<h1>libreevent</h1>
</div>
<div id="badges" align="center">
<img src="https://img.shields.io/github/release/simplePCBuilding/myevent.svg">
<img src="https://img.shields.io/github/license/simplePCBuilding/myevent.svg">
<img src="https://img.shields.io/github/repo-size/simplePCBuilding/myevent.svg">
<img src="https://img.shields.io/tokei/lines/github/simplePCBuilding/myevent">
<img src="https://img.shields.io/github/issues-pr-raw/simplePCBuilding/myevent">
<img src="https://img.shields.io/github/languages/top/simplePCBuilding/myevent">
<img src="https://img.shields.io/github/directory-file-count/simplePCBuilding/myevent.svg">
<img src="https://img.shields.io/github/package-json/v/simplePCBuilding/myevent.svg">
<img src="https://img.shields.io/github/release/simplePCBuilding/libreevent.svg">
<img src="https://img.shields.io/github/license/simplePCBuilding/libreevent.svg">
<img src="https://img.shields.io/github/repo-size/simplePCBuilding/libreevent.svg">
<img src="https://img.shields.io/tokei/lines/github/simplePCBuilding/libreevent">
<img src="https://img.shields.io/github/issues-pr-raw/simplePCBuilding/libreevent">
<img src="https://img.shields.io/github/languages/top/simplePCBuilding/libreevent">
<img src="https://img.shields.io/github/directory-file-count/simplePCBuilding/libreevent.svg">
<img src="https://img.shields.io/github/package-json/v/simplePCBuilding/libreevent.svg">
</div>
A fully featured, fully free and open source event management solution you can host yourself, to manage your event and sell tickets. All you need is a webserver that can run node.js!
Visit our [website](https://myevent.janishutz.com)
Visit our [website](https://libreevent.janishutz.com)
# System requirements
- node.js V16.0+
@@ -26,14 +26,14 @@ Visit our [website](https://myevent.janishutz.com)
- Any operating system that can run node.js
# Download
You may download this project using the GitHub releases page or the direct links on the [myevent website](https://myevent.janishutz.com/download) as this only downloads the ready-to-distribute version, not the development version.
Alternatively, you may download the project directly from GitHub (by cloning it or downloading the code) but you'll have to compile and package the project [manually](https://myevent.janishutz.com/docs/contributing/packaging).
You may download this project using the GitHub releases page or the direct links on the [libreevent website](https://libreevent.janishutz.com/download) as this only downloads the ready-to-distribute version, not the development version.
Alternatively, you may download the project directly from GitHub (by cloning it or downloading the code) but you'll have to compile and package the project [manually](https://libreevent.janishutz.com/docs/contributing/packaging).
# Contributing
If you want to contribute to this project, please read more [here](https://myevent.janishutz.com/docs/contributing). Until the end of October 2023, no contributions can be accepted into master.
If you want to contribute to this project, please read more [here](https://libreevent.janishutz.com/docs/contributing). Until the end of October 2023, no contributions can be accepted into master.
# Supporting the project
If you like this project and it helped you save money, please consider donating to help fund the continuous development. If you are a company, please contact me [here](https://myevent.janishutz.com/docs/sponsoring) if you want to sponsor the project and become an official partner.
If you like this project and it helped you save money, please consider donating to help fund the continuous development. If you are a company, please contact me [here](https://libreevent.janishutz.com/docs/sponsoring) if you want to sponsor the project and become an official partner.
# Repository structure
- [assets/](/assets/): contains the logo (as png and GIMP file), also iOS and Android marketing materials, just global assets (images / videos)
@@ -52,7 +52,7 @@ You may notice some additional folders appearing after running
```
npm run package
```
This is to shrink the repository size. Distribution ready files can be found in the releases or on our [website](https://myevent.janishutz.com/download).
This is to shrink the repository size. Distribution ready files can be found in the releases or on our [website](https://libreevent.janishutz.com/download).
## This project is currently NOT ready to be used!
Development of this project is currently ongoing and no stable version is available yet.