docs: update README with style guide and license details
All checks were successful
CI / prettier (pull_request) Successful in 18s
CI / Checkstyle Main (pull_request) Successful in 27s
CI / eslint (pull_request) Successful in 35s
CI / test-build (pull_request) Successful in 42s

This commit is contained in:
Jan K9f 2025-03-12 14:21:12 +01:00
parent f826e1e203
commit 520c8f8343
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

@ -2,7 +2,7 @@
An online gaming platform offering various casino-style games with virtual currency support. This project features a modern tech stack with Angular frontend, Spring Boot backend, and complete user authentication.
![Casino Gaming Platform](/frontend/public/blackjack.webp)
Please refer to our [Style Guide](/frontend/styleguide.md) for design guidelines and component standards.
## Features
@ -150,4 +150,24 @@ References:
## License
[License information here]
MIT License
Copyright (c) 2025 Casino Gaming Platform
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.