Skip to content

Instantly share code, notes, and snippets.

View StorytellerCZ's full-sized avatar
☄️
Meteor community

Jan Dvorak StorytellerCZ

☄️
Meteor community
View GitHub Profile
Verifying my Blockstack ID is secured with the address 1BDzgedbR1XSscGLhktbCy5RPFzqcV4zey https://explorer.blockstack.org/address/1BDzgedbR1XSscGLhktbCy5RPFzqcV4zey
@StorytellerCZ
StorytellerCZ / meteor-socialize-dev
Last active July 16, 2017 17:32
Basic setup for Meteor Socialize development
#!/bin/sh
# create bare Meteor app
meteor create socialize-dev --bare
cd socialize-dev
# create packages folder
mkdir packages
cd packages
# clone all the socialize packages on dev