This represents the homepage of debarros.eu, which serves as my home on the so-called World Wide Web.
This has been built with SST, Next.js and Tailwind CSS and is serverless hosted in AWS.
First, run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
To deploy to production, please run the following:
sst deploy --stage=production