Week 1
Milestones
- Selecting a Sunbird project for security implementation
- Setting up the SunbirdEd-Portal repository locally
- Resolving project setup errors
Screenshots / Videos
Contributions
Learnings
Encountered various errors while setting up the SunbirdEd-Portal repository locally. Most of them were related to the node version - just using Node 16.20.1 fixed nearly all of them.
Another error was related to "Reached Heap limit allocation" - this was fixed by increasing the heap memory allocation for Node (setting --max_old_space=8096)