This Site
May 15, 2024
This site is made with Astro, React, and tailwindcss.
Here is a sample code block:
function greet(name: string): string {
return `Hello, ${name}!`
}
// This will throw an error at compile time, preventing potential runtime issues.
let message: string = greet(123)