CONTRIBUTING.md
August 3, 2020 ยท View on GitHub
Requirements to build locally
Getting Started
-
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