just for fun for now :). I don't really have any major plans for this project yet, just messing around with the idea of having a standalone RESTful API for FiveM.
- Go 1.22.2
- Docker and Docker Compose (Optional, but recommended for development)
docker compose up -d --build
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D