Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 487 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 487 Bytes

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.

Getting Started

First, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Deploy

To deploy to production, please run the following:

sst deploy --stage=production