ZERO TO PRODUCTION 15MIN - nself-org/cli GitHub Wiki

Zero to Production in 15 Minutes

Quick start guide to get nself running and deployed.

Step 1: Install nself (2 minutes)

curl -sSL https://install.nself.org | bash

Step 2: Initialize Project (2 minutes)

nself init
nself build

Step 3: Start Services (2 minutes)

nself start
nself urls

Step 4: Create First Table (3 minutes)

Open Hasura console:

nself admin

Create a table in the console.

Step 5: Write GraphQL Query (3 minutes)

Use GraphQL to query your data.

Step 6: Deploy to Production (3 minutes)

See Deployment Guide.

⚠️ **GitHub.com Fallback** ⚠️