Plain HTML frontend for vintage computers
Development
- Clone the repo and open the clonned folder
- Inside the repo open file located at
app/Configs/config.ini - Edit the Atheja server URL pointing to your Atheja instance
- Download the project dependencies
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" && php composer-setup.php && php composer.phar install && rm composer-setup.php composer.phar
- To start your new Quicksand, run
php --server="localhost:8080"inside project root