Go to file
2024-05-24 12:01:34 +02:00
src Rename the game 2024-05-24 11:59:08 +02:00
.editorconfig First commit 2024-05-23 14:48:50 +02:00
.gitignore First commit 2024-05-23 14:44:49 +02:00
Dockerfile Rename the game 2024-05-24 12:01:34 +02:00
pom.xml Rename the game 2024-05-24 12:01:34 +02:00
README.adoc Rename the game 2024-05-24 12:01:34 +02:00

= Connect2x

image:https://img.shields.io/badge/vert.x-4.5.7-purple.svg[link="https://vertx.io"]

== Building

To launch your tests:
```
mvn clean test
```

To package your application:
```
mvn clean package
```

To run your application:
```
mvn clean compile exec:java
```

== Help

* https://vertx.io/docs/[Vert.x Documentation]