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
|
version: 2.1
|
||||||
orbs:
|
orbs:
|
||||||
node: circleci/node@5.1.0
|
node: circleci/node@5.1.0
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_test:
|
build_and_test:
|
||||||
executor: node/default
|
executor: node/default
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- node/install-packages:
|
- node/install-packages:
|
||||||
pkg-manager: npm
|
pkg-manager: npm
|
||||||
- run:
|
- run:
|
||||||
command: npm run build
|
command: npm run build
|
||||||
name: Build app
|
name: Build app
|
||||||
- run:
|
- run:
|
||||||
command: npm run test
|
command: npm run test
|
||||||
name: Run tests
|
name: Run tests
|
||||||
- run:
|
- run:
|
||||||
command: npm run build-website
|
command: npm run build-website
|
||||||
name: Build documentation
|
name: Build documentation
|
||||||
- persist_to_workspace:
|
- persist_to_workspace:
|
||||||
root: ~/project
|
root: ~/project
|
||||||
paths:
|
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!
|
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://myevent.janishutz.com)
|
||||||
@@ -6,5 +22,6 @@ Visit our [website](https://myevent.janishutz.com)
|
|||||||
## This project is currently NOT ready to be used!
|
## This project is currently NOT ready to be used!
|
||||||
Development of this project is currently ongoing and no stable version is available yet.
|
Development of this project is currently ongoing and no stable version is available yet.
|
||||||
|
|
||||||
|
|
||||||
## ROADMAP
|
## ROADMAP
|
||||||
The goal is to get this tool fully functioning by the End of September 2023.
|
The goal is to get this tool fully functioning by the End of September 2023.
|
||||||
Reference in New Issue
Block a user