npm install
npm run serve
npm run build
npm run lint
##Modifying the route In order to modify the route, edit the objects in src/assets/data/route.json. New steps / substeps need to be valid JSON and in the following format:
{
"unique_key": "",
"step_name": "",
"substeps": [
{
"unique_key": "",
"text": "",
"subtext": ""
}
]
}
The keys are currently generated using this website. Make sure the generated UUID is unique by searching for it with Control+F. If done correctly, the app should correctly update for the new data.