Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 537 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 537 Bytes

Toolbelt

String Encoding, Decoding, and Escaping

https://tbelt.io

Development

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.