An Open Badges display prototype.
npm install
bower install
PORT=3000 make runNow navigate to http://localhost:3000 in a web browser.
Sash can be configured with the following environment variables:
- PORT: This specifies the port number for the Sash back-end to run on. Also,
if
ORIGINis left unspecified, the builtbundle.jswill point tohttp://localhost:PORTas a convenience for development. The app should be built and run with the samePORTvalue. - ORIGIN: This optional parameter lets you specify the protocol, host name, and
port where your instance is going to live, e.g.
http://sash.org:8000. This will be injected into the builtbundle.jsas the basis for the/unbakeendpoint defined inapp.js.