GitDeployHub

paulirish/devtools-frontend

github.com/paulirish/devtools-frontend ↗
Node.js API
7 environment variables found in .env.template

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • DEVTOOLS_BROWSER This file gets picked up from NodeJS script that use `./scripts/env-utils.mjs` There it's loaded via `import { loadEnvFile } from…
  • DEVTOOLS_UNSTABLE_FEATURES
  • DEVTOOLS_ENABLE_FEATURES
  • DEVTOOLS_AUTO_OPEN_DEVTOOLS
  • DEVTOOLS_REMOTE_DEBUGGING_PORT
  • DEVTOOLS_TARGET
  • DEVTOOLS_USER_DATA_DIR
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/paulirish/devtools-frontend
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/paulirish/devtools-frontend
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/paulirish/devtools-frontend
Or deploy to a different host
← Try another repo