Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I like their new branding and docs. It looks really easy to get up and running, but the basic "hello world" isn't working for me..

npm install -g famous-cli && famous init my-first-project && cd my-first-project && famous project deploy

..and nothing happens. Did I miss something obvious?

Also, I'm curious: are there any big companies using famo.us? Are there any non-trivial famo.us applications that we can look at?



* "famous init my-first-project" starts a new project

* "famous project deploy" deploys your application to hub. It gives you a snippet that can be used in order to embed your widget on a website.

* "famous dev" starts the development server.

Deploying your widget requires an account, did you register via `famous register`?

That being said it should have given you an error message if that's the issue. I can't seem to be able to reproduce this.

Can you file an issue on https://github.com/Famous/famous-cli or post the platform + node/ io.js version you're on here?

Thanks.

(For disclosure I am an employee of famous)


Sure. A nice error message would clear it right up

https://github.com/Famous/famous-cli/issues/8


oooo... my first chance to add something to Hacker news :D So... the deploy will produce a snippet that is missing the close div </div> it give you something like this: <script src="https://assets-te.famo.us/embed/embed.js"></script> <div class="famous-container" data-famous-container-identifier="97fb05b1-7884-43b6-8bd1-c8a3c3084a6d">

add this: </div>

Does this mean I'll get accepted to YC ? (cue Eddie Murphy laugh)





Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: