No description
Find a file
2022-01-21 09:25:38 +01:00
includes Add view button to product 2022-01-21 08:20:11 +01:00
node_modules Add fomantic ui 2022-01-13 14:00:31 +01:00
semantic Improve default theme 2022-01-13 14:27:51 +01:00
vendor Remove /vendor/composer 2022-01-21 09:25:38 +01:00
.gitattributes Update .gitattributes 2021-11-15 08:28:08 +01:00
.gitignore Remove /vendor/composer 2022-01-21 09:25:38 +01:00
composer.json Install github api 2022-01-21 09:23:52 +01:00
composer.lock Install github api 2022-01-21 09:23:52 +01:00
index.php Update to v0.3.0 2022-01-21 08:15:13 +01:00
package-lock.json Update package-lock.json 2022-01-17 14:38:14 +01:00
package.json Add fomantic ui 2022-01-13 14:00:31 +01:00
README.md Add installation instructions 2022-01-18 12:06:43 +01:00
semantic.json Add fomantic ui 2022-01-13 14:00:31 +01:00
wishthis.code-workspace Initial commit 2021-11-12 16:23:48 +01:00

wishthis

A simple wishlist plattform (demo).

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 Create a wishlist Add a product

Installation

  1. Download the latest release and upload all files to your server
  2. Follow the instructions of the installer

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