/portfolio

Portfolio website

Primary LanguageTypeScriptMIT LicenseMIT

portfolio

Take SST for a spin and create your first project.

Getting Started

Read the tutorial

Install the example.

$ npx create-sst@latest --template=examples/quickstart-standalone

Commands

npm run dev

Starts the Live Lambda Development environment.

npm run build

Build your app and synthesize your stacks.

npm run deploy [stack]

Deploy all your stacks to AWS. Or optionally deploy, a specific stack.

npm run remove [stack]

Remove all your stacks and all of their resources from AWS. Or optionally removes, a specific stack.

Documentation

Learn more about the SST.