MortarJS / Mortar-JS

A React-powered framework that provides building blocks to craft and customize powerful data management tools for the web.
MIT License
101 stars 3 forks source link

Playground example does not react to NPM install - no dependencies in package.json #41

Closed MTen closed 8 years ago

MTen commented 8 years ago

examples/playground does not install because the packages.json does not have any dependencies

Kyle-Mendes commented 8 years ago

This is intentional. All the dependencies are inside of the root directory for Mortar itself.

However, this could definitely be documented better. I'll work on that. Thanks