Hello, World!

Welcome to my brand new blog. After setting up the backend with Node.js and Supabase, everything is finally connected and running smoothly.

Things I can do with this editor:

"The journey of a thousand miles begins with a single step." - Lao Tzu

Here is a quick test of a code block to make sure it looks good:

function startBlog() {
  console.log("Bloggr is alive and working!");
}
startBlog();