Port to Linux
Hello!
I really like this project and I want to use this on my linux machine as well. Can I work on porting it to Linux? Any advise for doing this?
Thanks in advance!
Hey Lucas. Sorry for later reply.
Sure, PRs for Linux support is highly welcome. I actually have no idea, will it work in Linux right away, but there is a chance that just doing: yarn build will work with maybe some tweaks.
I think that CLI tool will require some additional work to make it work in Linux. And all build and release scripts will need to be updated.
I think that a good starting point could be make it run in dev mode: https://github.com/vv-vim/vv#development
yarn webpack:watch
yarn start
Gotcha! I'm gonna work on this right now.
Thanks for the reply!