mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 05:14:23 +00:00
readme
This commit is contained in:
@@ -1,24 +1,24 @@
|
||||
version: 2.1
|
||||
orbs:
|
||||
node: circleci/node@5.1.0
|
||||
orbs:
|
||||
node: circleci/node@5.1.0
|
||||
|
||||
jobs:
|
||||
build_and_test:
|
||||
executor: node/default
|
||||
steps:
|
||||
- checkout
|
||||
- node/install-packages:
|
||||
pkg-manager: npm
|
||||
- run:
|
||||
command: npm run build
|
||||
name: Build app
|
||||
- run:
|
||||
command: npm run test
|
||||
name: Run tests
|
||||
- run:
|
||||
command: npm run build-website
|
||||
name: Build documentation
|
||||
- persist_to_workspace:
|
||||
root: ~/project
|
||||
paths:
|
||||
- .
|
||||
build_and_test:
|
||||
executor: node/default
|
||||
steps:
|
||||
- checkout
|
||||
- node/install-packages:
|
||||
pkg-manager: npm
|
||||
- run:
|
||||
command: npm run build
|
||||
name: Build app
|
||||
- run:
|
||||
command: npm run test
|
||||
name: Run tests
|
||||
- run:
|
||||
command: npm run build-website
|
||||
name: Build documentation
|
||||
- persist_to_workspace:
|
||||
root: ~/project
|
||||
paths:
|
||||
- .
|
||||
|
||||
19
README.md
19
README.md
@@ -1,4 +1,20 @@
|
||||
# myevent
|
||||
<div id="title" align="center">
|
||||
<img src="./assets/logo.png" width="300">
|
||||
<h1>myevent</h1>
|
||||
</div>
|
||||
|
||||
<div id="badges" align="center">
|
||||
[](https://github.com/vscodium/vscodium/releases)
|
||||
[](https://github.com/VSCodium/vscodium/blob/master/LICENSE)
|
||||
[](https://gitter.im/VSCodium/Lobby)
|
||||
[](https://snapcraft.io/codium)
|
||||
[](https://snapcraft.io/codium)
|
||||
|
||||
[](https://github.com/VSCodium/vscodium/actions/workflows/stable-linux.yml?query=branch%3Amaster)
|
||||
[](https://github.com/VSCodium/vscodium/actions/workflows/stable-macos.yml?query=branch%3Amaster)
|
||||
[](https://github.com/VSCodium/vscodium/actions/workflows/stable-windows.yml?query=branch%3Amaster)
|
||||
</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)
|
||||
@@ -6,5 +22,6 @@ Visit our [website](https://myevent.janishutz.com)
|
||||
## This project is currently NOT ready to be used!
|
||||
Development of this project is currently ongoing and no stable version is available yet.
|
||||
|
||||
|
||||
## ROADMAP
|
||||
The goal is to get this tool fully functioning by the End of September 2023.
|
||||
Reference in New Issue
Block a user