Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,12 @@ This option requires Docker and is great when you want an isolated environment o
cp .env.example .env.local
```

Optional: use the interactive setup wizard instead (can init `.env.local`, sync `.env`, and prompt for keys):

```bash
pnpm run setup
```

The runtime scripts inside the container source `.env` and `.env.local`, so keep any API keys you need in one of those files.

2. **Build an Image**
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"deploy": "npm run build && wrangler pages deploy",
"build": "remix vite:build",
"dev": "node pre-start.cjs && remix vite:dev",
"setup": "node scripts/setup.mjs",
"test": "vitest --run",
"test:watch": "vitest",
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint app",
Expand Down
Loading
Loading