2021-11-12 15:23:48 +00:00
|
|
|
# wishthis
|
|
|
|
|
|
|
|
A simple wishlist plattform.
|
|
|
|
|
2022-01-14 09:03:16 +00:00
|
|
|
## Warning
|
|
|
|
wishthis is a work in progress and may break at any time. Do not rely on it and make sure you have backups of your data.
|
|
|
|
|
|
|
|
Use at your own risk.
|
2021-11-12 15:23:48 +00:00
|
|
|
|
|
|
|
## Requirements
|
|
|
|
* PHP 8
|
|
|
|
|
2022-01-14 07:51:08 +00:00
|
|
|
## Screenshots
|
|
|
|
![Home](/includes/assets/img/home.png "Home")
|
|
|
|
![Create a wishlist](/includes/assets/img/wishlist-create.png "Create a wishlist")
|
|
|
|
![Add a product](/includes/assets/img/wishlist-product-add.png "Add a product")
|
|
|
|
|
2021-11-12 15:23:48 +00:00
|
|
|
## Contributing
|
|
|
|
Install dependencies
|
|
|
|
```
|
|
|
|
composer install
|
|
|
|
```
|
2022-01-13 13:01:19 +00:00
|
|
|
|
|
|
|
```
|
|
|
|
npm install
|
|
|
|
```
|
2022-01-13 13:21:29 +00:00
|
|
|
|
|
|
|
### Theme changes
|
|
|
|
```
|
|
|
|
cd semantic
|
|
|
|
gulp build
|
|
|
|
```
|
|
|
|
For more information see: https://fomantic-ui.com/introduction/build-tools.html
|