Webmaker Firehose is a simple app server and React app that displays the latest
makes created on Webmaker.org, and enables them to be featured on Webmaker.org by
admins.
To create/edit makes, you’ll want a webmaker app like Thimble
or Popcorn
Clone this repo, then run npm install to get dependencies set up.
run cp server/config/defaults.env .env to create an environment file. Change any
values you need to. The default settings should work out of the box with other webmaker apps.
To perform a build for the current implementation, run gulp.
To test the current implementation, run node server and
point your browser at http://localhost:5001
Webmaker-Firehose
This project is inactive (https://learning.mozilla.org/blog/product-update-for-appmaker-and-popcorn-maker)
Webmaker Firehose is a simple app server and React app that displays the latest makes created on Webmaker.org, and enables them to be featured on Webmaker.org by admins.
Setup
Required for local dev:
Clone this repo, then run
npm installto get dependencies set up.run
cp server/config/defaults.env .envto create an environment file. Change any values you need to. The default settings should work out of the box with other webmaker apps.To perform a build for the current implementation, run
gulp.To test the current implementation, run
node serverand point your browser at http://localhost:5001