wishthis/README.md

50 lines
1.2 KiB
Markdown
Raw Normal View History

2021-11-12 15:23:48 +00:00
# wishthis
2022-01-26 12:24:48 +00:00
wishthis is a simple, intuitive and modern platform to create, manage and view
your wishes for any kind of occasion. ([demo](https://wishthis.online)).
2021-11-12 15:23:48 +00:00
2022-01-26 12:03:30 +00:00
Join the [Discord](https://discord.gg/WJaKrQd9)!
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
2022-01-26 12:06:36 +00:00
![Home](/src/assets/img/home.png "Home")
![Create a wishlist](/src/assets/img/wishlist-create.png "Create a wishlist")
![Add a product](/src/assets/img/wishlist-product-add.png "Add a product")
2022-01-14 07:51:08 +00:00
2022-01-18 11:06:43 +00:00
## Installation
1. Download the latest [release](https://github.com/grandeljay/wishthis/releases) and upload all files to your server
1. Follow the instructions of the installer
2021-11-12 15:23:48 +00:00
## Contributing
Install dependencies
2022-01-13 13:01:19 +00:00
2022-01-21 08:36:43 +00:00
### Composer
- `composer install`
- `composer install --dev`
- `composer install --no-dev`
### NPM
Use one of the following commands.
- `npm install`
- `npm install --only=development`
- `npm install --only=production --no-optional`
2022-01-13 13:21:29 +00:00
### Theme changes
```
cd semantic
```
2022-01-21 08:36:43 +00:00
And then one of the following commands:
- `gulp build`
- `gulp watch`
2022-01-13 13:21:29 +00:00
For more information see: https://fomantic-ui.com/introduction/build-tools.html