Tool to develop tech interviews.
This Project use Typescript and Vue.js.
- Run
npm i
indelphi-oracle-backend
folder - Run
npm i
indelphi-oracle-frontend
folder - Go to
delphi-oracle-backend
folder and run:npm run build && npm run execute
- Go to
delphi-oracle-frontend
folder and run:npm run serve
- Run in browser console
localStorage.setItem('DELPHI_WS_SERVER', 'localhost:5000')
- To create rooms locally, the password is
admin
- Enjoy!
Use a Unix based system to execute:
./deploy.sh
You can use environment variable KEYS
to define valid admin passwords.