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
+
+
+
+ [](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)
+
+
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