A timezone converter and dashboard to help you communicate with contacts around the world.
- 🕗 Quickly convert times e.g. Time in
New York
when10 pm
inLondon
. - 👀 Create a dashboard - Save common times and places so you know what time it'll be anywhere at a glance.
npm install
Ensure node (v12.13+) is installed.
npm start
Open dev server on localhost:1234.
npm run build
Files are built and minified in the dist
folder.
Deploy statically (e.g. Netlify) with the following build settings:
- Command:
npm run build
- Directory:
dist
Use the .env.template
file to get started and read how they're used in Parcel here.
Variable | Example Value | Description |
---|---|---|
URL_SITE | https://mysite.com |
The main site url. Used for links and full static image paths. Do not use a final / character. |
Note: You may need to delete the .cache
folder and rebuild to apply changes in dev.