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/swcor
Install via npx
npx @hexmos/ipm i swc-project/swcPrerequisites
Node.js
languageVersion: >=10.0.0
Rust
languageVersion: >=1.50.0
Cargo
build_toolVersion: 1.69.0
jq
system_toolcurl
system_toolPython
languageVersion: >=3.7
Git
system_toolDocker
system_toolManual 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 -sUpgrade SWC Crates using Cargo
cargo upgradeUpdate All SWC Crates via Shell Script
curl https://raw.githubusercontent.com/swc-project/swc/main/scripts/update-all-swc-crates.sh | bash -sBuild SWC using Cargo
cargo buildPost Installation Steps
- Start the server using `npm run start`.
- Run database migrations with `npx swc-cli migrate`.
