String Encoding, Decoding, and Escaping
Toolbelt is a static single-page web application. Build the web application using Parcel and Yarn:
# Build in dev/watch mode & launch local dev server
yarn dev
# Build the app in production mode
yarn build
Be sure to run in production mode before making any pull requests, as the docs
folder is used by GitHub to host all content for tbelt.io.