meteor-mantra-kickstarter icon indicating copy to clipboard operation
meteor-mantra-kickstarter copied to clipboard

Kickstart your meteor mantra development

Results 36 meteor-mantra-kickstarter issues
Sort by recently updated
recently updated
newest added

Hi, This isn't exactly related to what is currently in the repo, but as authentication and profile/accounts pages are partially implemented and stubbed out, this seems like it'll be relevant...

Forgive me if this is the wrong place to ask this question, but I'm trying to figure out the best way to have a save button appear on rows that...

What is role of Astronomy Classes in Mantra? It seems limited to defining a schema for validation. Where were are the classes and methods invoked (e.g. Actions, Containers, Components etc.).

Please see : [Kickstarter is an out-dated mess. Deprecate or renovate?](https://talk.mantrajs.com/t/kickstarter-is-an-out-dated-mess-deprecate-or-renovate/366/6?u=warehouseman)

Hi, Not sure if I'm mistaken about this, but take the comments module for example. `action/comments.js` sets LocalState for errors in both the `Meteor.call` for `posts.createComment` as well as outside...

I am getting this error while changing just (any) the UI text in Profile component [https://github.com/mantrajs/meteor-mantra-kickstarter/blob/develop/client/modules/app/components/AccountProfile/Wrapper.jsx](url) `invariant.js:45Uncaught Invariant Violation: Objects are not valid as a React child (found: object with...

reproduction 1. http://localhost:3000/login 2. i log in successfully 3. i press reload in the browser and i get a blank page with in console: modules.js?hash=bfe3e37…:23612 Uncaught Invariant Violation: Objects are...

What would be the preferred way of making a Mantra-site indexable by search engines? Is adding the spiderable package enough?