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 devOpen http://localhost:3000 on your browser to see the result.
To deploy to production manually, please run the following:
yarn deploy --stage=productionThis project uses GitHub Actions for automated deployments. When you push to the main branch, the workflow will:
- Run the necessary checks (e.g. linting)
- Build the application
- Deploy to AWS using SST