TODO: IMPROVE THIS SECTION
packages
directory contains the main packagesapp
the frontend SPA. Written in Vue 2 using Vuetifyserver
An express server which makes the API (REST) endpoints and
This repository is a monorepo managed with pnpm. Knowing a few things about pnpm is helpful.
- NodeJs (^14.x) is recommended
- pnpm. (^6.x). Version 5 was not tested (could work).
Please see each package README file for detailed information.
Make sure to have pnpm globally installed before you continue with the following steps.
-
clone the repository. For enhanced security in production, You may want to use of GitHub Deploy Keys
-
install dependencies
pnpm i
-
Each package can be started in development mode by running
pnpm dev