Install ɳSelf in 5 minutes
Audience: New user · Length: 4 min
What you will learn
- Install the ɳSelf CLI via Homebrew or the one-line installer
- Run
nself init to scaffold a new project - Run
nself build and nself start - Open the Hasura console and Admin UI
Prerequisites
- macOS 12+ or Ubuntu 22.04+ or Debian 11+
- Docker Desktop (Mac) or Docker Engine + Compose v2 (Linux)
- 4 GB RAM free
Commands used
brew install nself-org/tap/nself
nself init myapp
cd myapp
nself build
nself start
nself urls
Next steps
Follow with T02: Your first plugin or read the Quick Start guide.