14 lines
199 B
Markdown
14 lines
199 B
Markdown
# wishthis
|
|
|
|
A simple wishlist plattform.
|
|
|
|
This project is a work in progress and not ready for production use.
|
|
|
|
## Requirements
|
|
* PHP 8
|
|
|
|
## Contributing
|
|
Install dependencies
|
|
```
|
|
composer install
|
|
```
|