Skip to content

beda-software/twofactor-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twofactor-demo environment

Project dependencies

  • Docker
  • Yarn

Initial setup

Copy .env.tpl to .env and specify AIDBOX_LICENSE_ID and AIDBOX_LICENSE_KEY. https://license-ui.aidbox.app/

Install frontend requirements:

cd frontend
yarn

Run

docker-compose up
cd frontend
yarn start