CONTRIBUTING.md

August 3, 2020 ยท View on GitHub

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