Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 576 Bytes

CONTRIBUTING.md

File metadata and controls

39 lines (26 loc) · 576 Bytes

Requirements to build locally

Getting Started

  1. Clone this repo

    git clone https://github.com/danieljpalmer/alptail
  2. Navigate to the folder

    cd alptail
  3. Install PHP dependencies

    composer install
  4. Install JS dependencies

    npm install
  5. Run the dev script to build the site

    npm run dev

To use BrowserSync, run the watch script instead: npm run watch