Skip to content

fielddaylab/fielddaysite

Repository files navigation

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

About

public website for Field Day

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 16