npm install
npm run dev
npm run build
Before deploy, checkout the staging link https://aliciano-space.vercel.app/
Currently hosting this site with aws s3.
npm install -g s3-deploy
// update ~/.aws/credentials with the correct credentials or profile
npm run release
npm run lint