Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

live demo here

Before you start

Grab Meteor

curl https://install.meteor.com | /bin/sh

Grab Meteorite

npm install -g meteorite

Settings

Create modules with application settings

touch settings.json
touch settings.production.json

Use the following template for the settings modules

{
	"facebook" : {
		"appId": "facebook-application-id",
		"secret": "facebook-application-secret"
	}
}

Running locally

mrt --settings settings.json

Deploy

mrt deploy your-app-name.meteor.com  --settings settings.production.json

About

Playing with meteor.js

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages