-
Notifications
You must be signed in to change notification settings - Fork 3
Re-deploy when user pushes or force pushes commits or re-opens #79
Comments
The comment must be updated |
@yashrajbothra @kartik1000 If you want to work on this you can If the test passes then production will work |
or #78 |
Hey @williamdes can you please guide how to install it and contribute in this repo. I would love to contribute👍 |
Hey @yashrajbothra
But as I said, NodeJS is the only thing required.
Good to go ! You can code most of what you want without having docker, a database server is very recommended. |
Also: copy .env.example to .env and fillwhat you can One more thing, if some part of the code is too complicated for local devlopment you can add a configuration variable and split it. |
Thank you @williamdes i will definetly try to install and contribute 👍 |
@williamdes How can test my changes? |
@yashrajbothra you need to write unit tests to test each part of the code Also be sure to run prettier You can also start the project and send emails to your test email account but it is complicated I will need to do some changes to help developers test changes But this repo is mainly TDD :) |
The text was updated successfully, but these errors were encountered: