Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 980 Bytes

README.md

File metadata and controls

37 lines (31 loc) · 980 Bytes

Field Day Website ⛳🧑‍🚀

public website for Field Day

Building the site locally

Requirements

  • PHP - v5.4 or newer
  • Node - v10 or newer (recommended for gulp)
    • Warning ⚠️: this site uses packages that are incompatible with Windows (try wsl)
  • an HTTP server running with vhosts pointing to %project_dir% Recommendations:

Initial Installation

  1. Clone the repo
git clone <path-to-dir>/fielddaysite
cd <path-to-dir>/fielddaysite
  1. Install Node Dependencies npm install in your %project_dir%

Build & Run the Site

  1. Run Gulp from Node Script
npm run watch
  1. With Gulp running start your HTTP Server with PHP:
php -S localhost:8080

or with MAMP:

  • Follow these steps to set up MAMP to serve the site