pull down to refresh
You're right you have a solid local environment start guide. The favourite ones I've seen though are ones where they provide a single bash script that does everything.
Here's my favourite example of a CONTRIBUTING.md, think that's where I got it from:
https://github.com/josephholsten/boring/blob/master/CONTRIBUTING.md
reply
Solid rec. Thanks!
reply
We have plans to add tests around the money stuff (and anything sensitive). I'm pretty against testing things for the sake of testing though.
We have a local dev setup via
docker-composeor do you mean something easier?