wishthis/README.md
2022-01-13 14:21:29 +01:00

25 lines
350 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
```
```
npm install
```
### Theme changes
```
cd semantic
gulp build
```
For more information see: https://fomantic-ui.com/introduction/build-tools.html