Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 651 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 651 Bytes

Build Status Tested with QUnit

intuition-web

Web interface for Intuition.

Install

PHP 7.2 or higher is required, and Composer.

git clone https://github.com/Krinkle/intuition-web.git && 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/