This package requires prerequisite installation of Meteor.js. Installation instructions can be found on the official Meteor website.
Upon successful installation of Meteor.js:
- Clone this repository into a directory and
cd
into it afterwards. - Run
meteor npm i
. This command will install the NPM dependencies necessary for running. - In the
settings.json
file, change the value ofprivate.adminEmail
to an arbitrary email address. Setting 'defaultImage' to a desired valid URL is optional, and its existing value is binary PNG data notated in Base64. - Run
meteor -s settings.json
. The settings file is necessary for running as the server fixture and UI code depend on its values. To avoid leakage of any email address used, DO NOT commit local changes tosettings.json
.