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 wasp-lang/open-saas. 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.

wasp-lang/open-saas Installation Guide

How to install wasp-lang/open-saas. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for wasp-lang/open-saas. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i wasp-lang/open-saas
or

Install via npx

npx @hexmos/ipm i wasp-lang/open-saas

Prerequisites

Node.js

language

Version: 18.0.0

npm

package_manager

Version: 12.19.3

Yarn

package_manager

Version: 2.0.2

Python

language

Docker

system_tool

For containerization and deployment.

PostgreSQL

system_package

MySQL

system_package

AWS Account

service

For cloud storage and deployment.

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Download and Install via Installer Script

curl -sSL https://get.wasp.sh/installer.sh | sh

Create a New SaaS App with wasp new command

wasp new -t saas

Post Installation Steps

  • Start the server with `npm run start`.
  • Migrate your database using `npx prisma migrate dev`.