nanohop / sketch-to-react-native

Convert Sketch files into React Native components
MIT License
2.33k stars 166 forks source link

Dockeize to reduce setup friction #19

Open Andr3wHur5t opened 7 years ago

Andr3wHur5t commented 7 years ago

Awesome project!

I think we could greatly reduce setup friction for this application if it was Dockerized; which would allow install and setup with a single command.

I think using NPM directly might be too heavy with the python and tenserflow requirements.

Only think I could see restricting that is the difficulty of getting a SVG to the container and output back which could be easily solved by exposing a HTTP server and sending/receiving the data via curl.

If there is interest in this and @nanohop is willing to consider; I could throw together a PR really quickly.

chrisachard commented 7 years ago

That would be great! If there was a container, then that would make it easy to get started. (I think it's important that we keep instructions for both docker OR installing everything manually)

Yes, I would be very interested to see a PR here. Anything to reduce the friction for getting started is welcomed. Thanks!