Added contributing section

This commit is contained in:
Erik C. Thauvin 2024-01-31 18:08:33 -08:00
parent 07beea290d
commit 27bedf8bd5

View file

@ -173,3 +173,22 @@ if (response.isSuccessful) {
### More… ### More…
If all else fails, there's always more [Documentation](https://ethauvin.github.io/bitly-shorten/). If all else fails, there's always more [Documentation](https://ethauvin.github.io/bitly-shorten/).
## Contributing
If you want to contribute to this project, all you have to do is clone the GitHub
repository:
```console
git clone git@github.com:ethauvin/bitly-shorten.git
```
Then use [bld](https://rife2.com/bld) to build:
```console
cd bitly-shorten
./bld compile
```
The project has an [IntelliJ IDEA](https://www.jetbrains.com/idea/) project structure. You can just open it after all
the dependencies were downloaded and peruse the code.