public website for Field Day
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)
- Warning
- an HTTP server running with vhosts pointing to
%project_dir%
Recommendations:
- Clone the repo
git clone <path-to-dir>/fielddaysite
cd <path-to-dir>/fielddaysite
- Install Node Dependencies
npm install
in your%project_dir%
- Run Gulp from Node Script
npm run watch
- 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