Skip to content

Commit

Permalink
docs: add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
romangg authored and LordTermor committed Jul 11, 2024
1 parent 84675ff commit fbe9db5
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<div align="center">
<img src="web/public/logo-full.svg" alt="drawing" width="200"/>
<img src="web/public/logo-full.svg" alt="drawing" width="200"/>
<br><br>

[![Badge CI]][CI]
[![Badge License]][License]
[![Badge SemVer]][SemVer]
</div>

#
Expand Down Expand Up @@ -29,3 +34,15 @@ To build and run this application you can use Docker
```bash
docker compose up production
```

<!------------------------------------------------------------------------------------------------>
[CI]: https://github.com/anydistro/bxt/actions/workflows/change.yml
[License]: LICENSE
[SemVer]: https://semver.org/spec/v2.0.0.html
<!------------------------------------------------------------------------------------------------>

<!-------------------------------------------- Badges -------------------------------------------->
[Badge CI]: https://github.com/anydistro/bxt/actions/workflows/change.yml/badge.svg?event=push
[Badge License]: https://img.shields.io/github/license/anydistro/bxt
[Badge SemVer]: https://img.shields.io/badge/SemVer-2.0.0-83649e?logo=semver
<!------------------------------------------------------------------------------------------------>

0 comments on commit fbe9db5

Please sign in to comment.