Hello ๐ For the application to fully function, you first need to clone the backend repository https://github.com/annkurat/finance-app-backend/.
npm install
npm run serve
npm run build
Add dist directory:
git add dist -f
git commit -m 'adding dist'
git subtree push --prefix dist origin gh-pages
npm run lint