gnsscalc is a tool to perform time conversions between different scales and several time computations.
Since these computations are not always trivial and are fairly common among engineers in the GNSS work environment, the author considered sharing this tool initially developed for his daily work.
- Clone the repository
- Install dependencies:
npm install
- Copy
.env.example
to.env.local
and fill in the required environment variables:NEXT_PUBLIC_FORM
: Your Formspree form ID for the contact formNEXT_PUBLIC_GA_CODE
: Your Google Analytics tracking code
- Run the development server:
npm run dev
NEXT_PUBLIC_FORM
: Formspree form ID for the contact form functionalityNEXT_PUBLIC_GA_CODE
: Google Analytics tracking code for analytics