Skip to content

kyleschaeffer/toolbelt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.