Wep app for helps in managing the timesheet data.
- Run
gulp devBuildApp
to prepare develop bundles on local. - Create a branch which relates to the issue.
- Always create a Pull Request(PR) against develop branch.
- Run
eslint app/scripts
to verify no linitng issues with JS. - Run
gem install scss_lint
. - Run
scss-lint app/assets/styles/*.scss
to verify no linitng issues with SCSS.