An Open Badges display prototype.
npm install
bower install
PORT=3000 make run
Now 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
ORIGIN
is left unspecified, the builtbundle.js
will point tohttp://localhost:PORT
as a convenience for development. The app should be built and run with the samePORT
value. - 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.js
as the basis for the/unbake
endpoint defined inapp.js
.