yarn build
yarn server
git clone --recurse-submodules https://github.com/Jaffrey98/frappejs-accounting.git
I just renamed the rep after cloning to
frappejs-accounting-test
to avoid confusion with the earlier cloned original rep
cd
into the accounting packagecd frappejs-accounting-test/packages/accounting
If you are working on any separate module I would recommend you to create a new branch and work on it. It would help in avoiding unnecessary merge conflicts. Also, please don't commit anything to the
master
branch unless it is fully tested and working and ready to be merged.
git checkout -b branch_name
git branch
Example
jaffrey@jaffrey-ubuntu:~/dev/esoc/frappejs-accounting-test/packages/accounting$ git branch
master
* uom-test
The branch with the asterisk(*) on it is the current working branch
git push origin branch_name