diff --git a/README.md b/README.md index caf1f9d..42163e3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# BinCode - A Complete Self-Hostable JSFiddle Alternative +# [BinCode](jsbin.asadk.dev) - A Complete Self-Hostable JSFiddle Alternative ## Overview BinCode is a minimalist platform for managing and sharing code snippets, built with Vue.js and SQLite. Unlike similar tools that depend on external services, BinCode runs entirely on your own infrastructure, giving you complete control over your data and workflow. diff --git a/bincode.db b/bincode.db deleted file mode 100644 index 6b369be..0000000 Binary files a/bincode.db and /dev/null differ diff --git a/public/index.html b/public/index.html index 8ae67ba..9762379 100644 --- a/public/index.html +++ b/public/index.html @@ -3,7 +3,7 @@ - JS Playground + BinCode