This app is aimed to help update user profiles in Tikal's website through updating the user's YAML profile page.
This is basically a YAML editor that is capable of editing and commiting YAML files hosted on Github
First, clone the repo via git:
git clone https://github.com/tikalk/hr-emplyee-profile-manager
And then install dependencies.
$ cd hr-emplyee-profile-manager && npm install
Run this two commands simultaneously in different console tabs.
$ npm run watch
$ npm run start
Be sure not to commit any credential elements into the sourcebase - the github token is stored on a local file which should not be pushed to the repository under any circumstance!!!