This project manages the website:
https://think-metric.org
The logo is built using:
https://think-metric.org/logo.html
We promote metric units for casual everyday use in America. Our goal is to speed up metrication to boost America's economic competitiveness and generate more good manufacturing jobs.
This project and the content we publish are free to reuse under a permissive Creative Commons license.
$ cd think-metric
$ npm install
$ npm run interactive
As you make edits to files in the src/website folder, your browser will automatically refresh to display the new changes.
To publish merges to the live website:
GitHub project page โ Actions โ Publish Website โ Run workflow
Pull requests welcome. You can help by contributing anything from minor typo fixes to writing new articles.
CLI Build Tools for package.json
- ๐ add-dist-header:ย Prepend a one-line banner comment (with license notice) to distribution files
- ๐ copy-file-util:ย Copy or rename a file with optional package version number
- ๐ copy-folder-util:ย Recursively copy files from one folder to another folder
- ๐ชบ recursive-exec:ย Run a command on each file in a folder and its subfolders
- ๐ replacer-util:ย Find and replace strings or template outputs in text files
- ๐ข rev-web-assets:ย Revision web asset filenames with cache busting content hash fingerprints
- ๐ run-scripts-util:ย Organize npm package.json scripts into groups of easy to manage commands
- ๐ฆ w3c-html-validator:ย Check the markup validity of HTML files using the W3C validator