Skip to content

urrri/hr-emplyee-profile-manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HR - User Profile Updater

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

Install

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

Run this two commands simultaneously in different console tabs.

$ npm run watch
$ npm run start

Warning

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!!!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.2%
  • CSS 4.1%
  • HTML 3.7%