Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 276 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 276 Bytes

#Package to configure Meteor to be used with Asteroid

##Install instructions

Install the package using meteorite:

meteor add mondora:asteroid

Set the ALLOWED_ORIGIN environment variable:

export ALLOWED_ORIGIN='http://example.com'

Launch Meteor

meteor