Skip to content

wikimedia/labs-tools-intuition-web

Repository files navigation

Tested with QUnit

intuition-web

Web interface for Intuition, as deployed at https://intuition.toolforge.org/.

Local development

PHP 7.4 or higher is required, and Composer.

git clone https://gerrit.wikimedia.org/r/labs/tools/intuition-web && cd intuition-web

composer install --no-dev

Then, to start a local web server at http://localhost:4000.

php -S localhost:4000 -t public_html/