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:
- Write in italics or use bold text for emphasis.
- Create bulleted and numbered lists.
- Add quotes and code snippets.
"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();