Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 639 Bytes

File metadata and controls

31 lines (24 loc) · 639 Bytes

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