-
Clone this repo
git clone https://github.com/danieljpalmer/alptail
-
Navigate to the folder
cd alptail
-
Install PHP dependencies
composer install
-
Install JS dependencies
npm install
-
Run the dev script to build the site
npm run dev
To use BrowserSync, run the watch script instead: npm run watch