A hub-and-spoke platform for organizations to effectively manage their operations and data. Uses GSuite.
This project is maintained by ColoredCow
portal
repoOnce you have updated you master branch with the latest changes, you can follow these steps to create a new branch, make changes, and push it to GitHub.
git checkout -b branchname # create a branch where you will commit your changes
git add . # stage the changes
git commit -m 'commit message' # commit the changes
git push origin branchname # push your local branch to GitHub and then create a Pull Request
When you are working in specified module, create migrations/seeders in the specified module instead of the main portal module.