Skip to content

ekastimo/digital-kyc

Repository files navigation

Digital KYC app with VueJs

Get yourself an API Key from from https://www.ofac-api.com/documentation.html

Go to the .env file and set it as an environmental variable

set VUE_APP_OFAC_API_KEY=your-api-key

How the app should look like

alt digital-kyc screenshot

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit

Customize configuration

See Configuration Reference.