A demo project aims to be a practicing repository for onboarding developers to the projects department git workflow
Add new object to the members array on the members.json file, add name, role, and avatar attributes and fill them with your data
Notice that the current available options for avatar are:
- male-{1, 2, 3, 4}
- female-{1, 2}
members.json example
{
"members" : [
{
"name" : "YOUR_FIRSTNAME_SURNAME",
"role" : "YOUR_CURRENT_ROLE",
"avatar" : "AVATAR_KEY"
}
]
}| Males | Females |
|---|---|
|
male-1
|
female-1
|
|
male-2
|
female-2
|
|
male-3
|
|
|
male-4
|