A note taking app secured with biometric typing authentication.
View it live at biometric-diary.herokuapp.com!
Make sure you have Node.js installed.
$ git clone [email protected]:volleio/Biometric-Diary.git
$ cd Biometric-Diary
$ npm install
$ npm run build
$ npm run startYour app should now be running on localhost:5000.
Build in watch mode:
$ npm run devStart the server in watch mode:
$ npm run watch
OR
$ npm run debugYour app should now be running on localhost:5000.