Skip to content

Latest commit

 

History

History
executable file
·
30 lines (23 loc) · 574 Bytes

README.md

File metadata and controls

executable file
·
30 lines (23 loc) · 574 Bytes

QR Dynamics Frontend

The backend required to get this thing fully functional can be found here: https://github.com/oliver-dvorski/qr-dynamics-backend

Copy your .env.local.example file to .env.local, reconfigure it if necessary. That should be all the setup you need to get the frontend up and running.

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint