Skip to content
forked from sst/sst

Build full-stack apps on your own infrastructure.

License

Notifications You must be signed in to change notification settings

claridgicus/sst

This branch is 642 commits behind sst/sst:dev.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 30, 2024
e34ecdd · Nov 30, 2024
Oct 21, 2024
Sep 26, 2024
Nov 27, 2024
Nov 29, 2024
Oct 28, 2024
Nov 28, 2024
Nov 30, 2024
Jul 15, 2024
Nov 28, 2024
Nov 29, 2024
Jul 6, 2024
Jul 11, 2024
Oct 21, 2024
Mar 7, 2024
Mar 26, 2024
Oct 21, 2024
Nov 21, 2024
Nov 5, 2024
Nov 5, 2024
Oct 28, 2024
Aug 24, 2024

Repository files navigation

SST

Discord npm Build status


Build full-stack apps on your own infrastructure.

SST v3 uses a new engine for deploying SST apps. It uses Pulumi and Terraform, as opposed to CDK and CloudFormation. Read the full announcement here.

Installation

If you are using SST as a part of your Node project, we recommend installing it locally.

npm install sst

If you are not using Node, you can install the CLI globally.

curl -fsSL https://sst.dev/install | bash

To install a specific version.

curl -fsSL https://sst.dev/install | VERSION=0.0.403 bash

To use a package manager, check out our docs.

Manually

Download the pre-compiled binaries from the releases page and copy to the desired location.

Get Started

Get started with your favorite framework:

Learn More

Learn more about some of the key concepts:

Contributing

Here's how you can contribute:

  • Help us improve our docs
  • Find a bug? Open an issue
  • Feature request? Submit a PR

Running Locally

  1. Clone the repo
  2. bun install
  3. go mod tidy
  4. cd platform && bun run build

Now you can run the CLI locally on any of the examples/ apps.

cd examples/aws-api
go run ../../cmd/sst <command>

If you want to build the CLI, you can run go build ./cmd/sst from the root. This will create a sst binary that you can use.


Join our community Discord | YouTube | X.com

About

Build full-stack apps on your own infrastructure.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 52.5%
  • MDX 21.8%
  • Go 21.5%
  • JavaScript 1.3%
  • Astro 1.2%
  • CSS 1.2%
  • Other 0.5%