We use Jekyll as our static site generator.
The website is built and hosted with Netlify. When deployed, it runs the build script.
npm run fetch-contributors > website/_data/contributors.json
npm run dev
will run a Gulp task that will watch for changes and trigger Jekyll or assets build when necessary. Uses port 3200
by default.