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 swc-project/swc. 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.

swc-project/swc Installation Guide

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

Automated Install (Recommended)

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

Install via curl

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

Install via npx

npx @hexmos/ipm i swc-project/swc

Prerequisites

Node.js

language

Version: >=10.0.0

Rust

language

Version: >=1.50.0

Cargo

build_tool

Version: 1.69.0

jq

system_tool

curl

system_tool

Python

language

Version: >=3.7

Git

system_tool

Docker

system_tool

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Update All SWC Crates via Shell Script

curl https://raw.githubusercontent.com/swc-project/swc/main/scripts/update-all-swc-crates.sh | bash -s

Upgrade SWC Crates using Cargo

cargo upgrade

Update All SWC Crates via Shell Script

curl https://raw.githubusercontent.com/swc-project/swc/main/scripts/update-all-swc-crates.sh | bash -s

Build SWC using Cargo

cargo build

Post Installation Steps

  • Start the server using `npm run start`.
  • Run database migrations with `npx swc-cli migrate`.