bpmn-io / bpmn.io

The bpmn.io website sources.
https://bpmn.io
155 stars 99 forks source link

want to get familiar with project #9

Closed vos-orb closed 10 years ago

vos-orb commented 10 years ago

Hello guys,

I'm very curious of project you're developing and wanted to look closer in the code of demo available on http://demo.bpmn.io/ at the moment.

I was trying to get it locally and see how it works debugging the code. So I've downloaded https://github.com/bpmn-io/bpmn.io repo, built and got the http://localhost:9012/ page as expected (same page you can see on http://bpmn.io/) but the link "try out the demo" walks me to url http://demo.bpmn.io/ not the local url.

Could you please tell me how to get the demo.bpmn.io pages run locally to debug? or may be I've missed something to do before that one runs locally?

Your progress on showing bpmn docs is so great I can't wait to see how it works, please let me do it locally.

ISO50 commented 10 years ago

Hi,

thats because the cloud-app is not part of the bpmn.io project.

I suggest to clone 'https://github.com/bpmn-io/bpmn-js-examples'. The repository contains a few sub projects that show how to use the framework. That allows you to debug the viewer/modeller component, even if it's not the exact same UI as on http://demo.bpmn.io

If you have more question about it, feel free to ask :-)

ISO50 commented 10 years ago

If you have more to ask, please reopen.

vos-orb commented 10 years ago

Thank you very much for pointing me to right way. It really helps me a lot to understand how bpmn editor created by you works. Really appreciate that. I have nothing to ask at the moment.