Skip to content
This repository has been archived by the owner on May 8, 2021. It is now read-only.

Latest commit

 

History

History
executable file
·
23 lines (23 loc) · 464 Bytes

README.md

File metadata and controls

executable file
·
23 lines (23 loc) · 464 Bytes

About

Mini web app that calculates time or duration to scientific decimal format

Live demo

https://ihatem.github.io/Time-to-decimal/

Screenshot

App screenshot!

Install

install dependencies

npm install 

run server

npm run start 

build dist folder

npm run build:dist 

deploy to gh-pages

npm run deploy