Installation Guide
(via downloading and extracting the zip file)
Download the latest release package.
Unzip the package.
Upload the LavaLust folders and files to your server. Normally the
index.phpfile will be at your root.Open your project in terminal and type
php -S localhost:3000and hit enter.Open your browser and type
http://localhost:3000in the address bar.
(via Git)
Install Git and Composer.
Select the server folder then open a terminal. Type
git clone https://github.com/ronmarasigan/LavaLustand hit enter.Open your project in terminal and type
php -S localhost:3000and hit enter.Open your browser and type
http://localhost:3000in the address bar.