[READ-ONLY] Mirror of https://github.com/mrgnw/snacks.
0

Configure Feed

Select the types of activity you want to include in your feed.

JavaScript 25.6%
Less 19.9%
CSS 19.0%
HTML 10.9%
Other 24.5%
24 1 1

Clone this repository

https://git.vm.fail/xcc.es/snacks https://git.vm.fail/did:plc:xfpyjpzxzhwxdss6khpinhnu
ssh://git@knot1.tangled.sh:2222/xcc.es/snacks ssh://git@knot1.tangled.sh:2222/did:plc:xfpyjpzxzhwxdss6khpinhnu

For self-hosted knots, clone URLs may differ based on your setup.


README.md

Notes#

Crazy fast updating, everywhere#

Or "Data on the wire" as they put it.

Deploy#

CRAZY fast & easy.

To [subdomain].meteor.com#

meteor deploy whatever » whatever.meteor.com

Your own host#

I host on iwantmyname.com. I can just add the Meteor app to my domain. Then type meteor deploy mysite.com » mysite.com

That's it.

Auth / Logins#

Crazy fast & easy. Add dependency: meteor add accounts-ui accounts-password in .html: {{> loginButtons}}

Issues#

Mongo#

Strongly tied to Mongo. Fast & easy to launch & sync basic stuff, but not right for everything.