diff --git a/.circleci/config.yml b/.circleci/config.yml index 6c2f67a..5d11815 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: - - . \ No newline at end of file + 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: + - . diff --git a/README.md b/README.md index fa48712..12d92ec 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,20 @@ -# myevent +
+ +

myevent

+
+ +
+ [![current release](https://img.shields.io/github/release/simplePCBuilding/myevent.svg)](https://github.com/vscodium/vscodium/releases) + [![license](https://img.shields.io/github/license/VSCodium/vscodium.svg)](https://github.com/VSCodium/vscodium/blob/master/LICENSE) + [![Gitter](https://img.shields.io/gitter/room/vscodium/vscodium.svg)](https://gitter.im/VSCodium/Lobby) + [![codium](https://snapcraft.io//codium/badge.svg)](https://snapcraft.io/codium) + [![codium](https://snapcraft.io//codium/trending.svg?name=0)](https://snapcraft.io/codium) + + [![build status (linux)](https://img.shields.io/github/actions/workflow/status/VSCodium/vscodium/stable-linux.yml?branch=master&label=build%28linux%29)](https://github.com/VSCodium/vscodium/actions/workflows/stable-linux.yml?query=branch%3Amaster) + [![build status (macos)](https://img.shields.io/github/actions/workflow/status/VSCodium/vscodium/stable-macos.yml?branch=master&label=build%28macOS%29)](https://github.com/VSCodium/vscodium/actions/workflows/stable-macos.yml?query=branch%3Amaster) + [![build status (windows)](https://img.shields.io/github/actions/workflow/status/VSCodium/vscodium/stable-windows.yml?branch=master&label=build%28windows%29)](https://github.com/VSCodium/vscodium/actions/workflows/stable-windows.yml?query=branch%3Amaster) +
+ 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. \ No newline at end of file