-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,4 +81,26 @@ Explore the complete [documentation](https://github.com/enofex/taikai/blob/main/ | |
|
||
## Contributing | ||
|
||
Interested in contributing? Check out our [Contribution Guidelines](https://github.com/enofex/taikai/blob/main/CONTRIBUTING.md) for details on how to get involved. | ||
Interested in contributing? Check out our [Contribution Guidelines](https://github.com/enofex/taikai/blob/main/CONTRIBUTING.md) for details on how to get involved. Note, that we expect everyone to follow the [code of conduct](https://github.com/enofex/taikai/blob/main/CODE_OF_CONDUCT.md). | ||
|
||
### What you will need | ||
|
||
* Git | ||
* Java 21 or higher | ||
|
||
### Get the Source Code | ||
|
||
Clone the repository | ||
|
||
```shell | ||
git clone [email protected]:enofex/taikai.git | ||
cd taikai | ||
``` | ||
|
||
### Build the code | ||
|
||
To compile, test, and build | ||
|
||
```shell | ||
./mvnw -B | ||
``` |