Project part of the kerno-tracking system for GPS tracking in vehicles.
This project provides a comprehensive solution for tracking GPS data in vehicles.
See full documentation in spanish.
See detailed documentation in english. (In english it's not finished... check spanish version for now)
This project currently uses pnpm as its package manager.
Use the following command to install dependencies:
pnpm install
To run the project in developer mode, execute the following command:
pnpm dev
To run test, execute the following command:
pnpm test