logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install sst/sst. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

sst/sst Installation Guide

How to install sst/sst. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for sst/sst. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i sst/sst
or

Install via npx

npx @hexmos/ipm i sst/sst

Prerequisites

Node.js

language

Version: >=16.0.0

npm

package_manager

Version: latest

Pulumi

build_tool

Version: latest

Terraform

build_tool

Version: latest

Bun

build_tool

Version: latest

Go

language

Version: 1.20.0

Git

system_tool

Version: latest

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Package Manager Installation

npm install sst

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

cd platform && bun run build

Binary Installation

bun install

Specific Version Installation

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

CLI Build

go build ./cmd/sst

Post Installation Steps

  • Start the server with `npm run start`.
  • Run database migrations using `sst migrate`.