This is a template for coming soon pages
First
Install Meteor Mailchimp
meteor add miro:mailchimpAdd the form to the HTML
{{> MailChimpListSubscribe}}Create a settings.json
{
"private": {
"MailChimp": {
"apiKey": "879789789946464-us4",
"listId": "7497847984646"
}
}
}
Run meteor with the settings adjustments
meteor --settings settings.json