Initial commit

This commit is contained in:
tofu
2026-03-03 21:42:51 +05:00
commit b1c3b657c2
43 changed files with 833 additions and 0 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# ClashDeckGenerator2
🌸 Welcome to your Hanami app!
## Getting started
- Set up the project with `bin/setup`
- Run the server with `bin/dev`
- View the app at [http://localhost:2300](http://localhost:2300)
- Run the tests with `bundle exec rake`
## Useful links
- [Hanami](http://hanamirb.org)
- [Hanami guides](https://guides.hanamirb.org/)