Hacker News new | ask | show | jobs
by malandrew 4454 days ago
Releasing collapsed git histories when going public is not without precedence. See the initial public commits from meteor, react and angular:

https://github.com/meteor/meteor/commit/d69c2d1f198ab08a26a2... https://github.com/facebook/react/commit/75897c2dcd1dd3a6ca4... https://github.com/angular/angular.js/commit/c9c176a53b1632c...

We had a reason for doing so. From now on all future development will be out in the open. The docs specifically were supposed to be made available without logging in, but we were short on time. They nicely designed docs will be made available tomorrow. In the meantime, there are guides available in the https://github.com/famous/guides repo and all the source is JSdoc-ed. Check out the code and try making something with it.

disclaimer: I work for famo.us.