The current documentation in readme.md under the For Developer section helps the developers compile the app directly into an executable file which does not allow the developer to see changes in real-time as they change the codebase
Changes required
Update the For Developer section and move points 4 & 5 to a sub-section called Compile/Build/Package app and in place of them add wails serve, cd frontend, yarn install and yarn start commands
Make sure to fork the repo and work on the fork under a new branch. Once all your changes are complete, open a PR to the master branch of this repo
Issue
The current documentation in readme.md under the
For Developer
section helps the developers compile the app directly into an executable file which does not allow the developer to see changes in real-time as they change the codebaseChanges required
Update the
For Developer
section and move points 4 & 5 to a sub-section calledCompile/Build/Package app
and in place of them addwails serve
,cd frontend
,yarn install
andyarn start
commandsMake sure to fork the repo and work on the fork under a new branch. Once all your changes are complete, open a PR to the
master
branch of this repo