No description
Find a file
2022-01-18 14:37:35 +01:00
includes Improve installer 2022-01-18 14:37:35 +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 Add autoloader 2022-01-17 09:11:44 +01:00
.gitattributes Update .gitattributes 2021-11-15 08:28:08 +01:00
.gitignore Add autoloader 2022-01-14 19:40:35 +01:00
composer.json Refactor 2021-12-12 11:22:40 +01:00
composer.lock Update dependencies 2022-01-13 13:47:56 +01:00
index.php Improve installer 2022-01-18 14:37:35 +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