An open-source version of Spacebox's Facewall by Vue. Adapted from facewall
-
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"
}
// ...
]
yarn install
npm start
npm run lintfix
npm run build