wishthis/README.md
2022-01-14 10:03:16 +01:00

33 lines
661 B
Markdown

# wishthis
A simple wishlist plattform.
## 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.
## Requirements
* PHP 8
## 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")
## Contributing
Install dependencies
```
composer install
```
```
npm install
```
### Theme changes
```
cd semantic
gulp build
```
For more information see: https://fomantic-ui.com/introduction/build-tools.html