Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 738 Bytes

File metadata and controls

31 lines (16 loc) · 738 Bytes

TRACKING GPS

Project part of the kerno-tracking system for GPS tracking in vehicles.

DESCRIPTION

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)

PACKAGE MANAGER

This project currently uses pnpm as its package manager.

Use the following command to install dependencies:

pnpm install

RUNNING

To run the project in developer mode, execute the following command:

pnpm dev

RUN TESTS

To run test, execute the following command:

pnpm test