Skip to content

SpaceBoxer/facewall

Repository files navigation

facewall

An open-source version of Spacebox's Facewall by Vue. Adapted from facewall

Configuring

  • First thing you'll want to do is update the following files:

  • Next, you'll want to configure home.vue with either a URL. The format of the JSON needs to be the following:

[
  {
    "email": "email@gmail.com",
    "firstName": "firstName",
    "lastName": "lastName",
    "role": "employee"
  }
  // ...
]

Running

yarn install
npm start
npm run lintfix
npm run build

About

Show a organization‘s members in one place

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published