/meteor-materialize-testsite

Test site for meteor iron table

Primary LanguageJavaScript

Test site for Meteor / Materializecss

Test site for some of my meteor packages that use Materializecss

Viewable here

Install

Clone the repo and then create a settings.json file with S3 keys or a fake one like:

{
  "AWSAccessKeyId": "FAKE",
  "AWSSecretAccessKey": "FAKE"
}

This is needed for slingshot which is used to test S3 file uploads.

Run meteor

meteor --settings settings.json

Notes

WIP