Competency Portal for Universities
To Run the project run yarn in root folder
npm install react-admin
yarn
To build data-generator folder when you make a change
make build-data-generator
To run frontend, either in root folder run
make run-demo
Or in demo directory
npm start
1. Create a working branch
Name branches with your initials followed by a description of the change you're going to make. For example:
ss-backend-institute-api
ss-add-new-dependecy
2. Make changes, rebase as you go
If you're working on a feature or bug fix that will take multiple days, it is recommended to rebase your branch to the parent branch each morning before you continue working. This will keep your branch up-to-date and minimize the amount of conflicts you'll need to resolve before merging the PR.