carteb / carte-blanche

An isolated development space with integrated fuzz testing for your components. See them individually, explore them in different states and quickly and confidently develop them.
https://www.youtube.com/watch?v=6g3-TQ6aaw8
MIT License
1.5k stars 47 forks source link

Online demo #341

Open mxstbr opened 8 years ago

mxstbr commented 8 years ago

We should really have a website with an online demo…

nikgraf commented 8 years ago

I think the only thing we need to do is disallowing to write variations & only store them locally. Can be a hidden option.

Once that is setup we can easily deploy it to Heroku or AWS and run the development server there …

Did I forget something?

mxstbr commented 8 years ago

We should make that an option anyway, since some people might want to host their CarteBlanche online for their developers to copy source code from (/cc @RStankov), so that pretty much has to be an option.

Sounds good!

tleunen commented 8 years ago

I'd like this so bad :) Also having a way to let people test variations without saving them anywhere, so they can see how things are using their data

mxstbr commented 8 years ago

Also having a way to let people test variations without saving them anywhere, so they can see how things are using their data

Absolutely. Would you be interested to contribute? Would love pair-code this!

tleunen commented 8 years ago

I'm interested, but unfortunately I don't have time right now to work on this :/ And I don't know carte-blanche at all, so I'd need to take some time learning how it works before starting to think about the best way to implement the feature.