Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 712 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 712 Bytes

(en|de)code

I often find myself googling a site that will encode base64 or url decode a value. The top results for this have been getting worse: full of ads, tracking cookies and clunky user interfaces.

endecode.org is an open source tool for encoding and decoding text online.

Contributing

This project is a barebones vuejs application that uses the bulma css framework.

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.