SPB Git

spb/airiskindex Public

The most methodologically rigorous, fully transparent AI job-exposure index.

TypeScript 88% Python 6.1% SQL 2.7% CSS 1.2% JavaScript 0.9% Shell 0.8%
465 B · 14 lines shellscript
Raw Blame History
1#!/bin/sh23#  File:    run-ngrok.sh4#  Path:    infra/run-ngrok.sh5#  Project: AI Risk Index — airiskindex.io6#  Author:  Simon-Pierre Boucher7#  Contact: contact@spboucher.ai8#  Copyright © 2026 Simon-Pierre Boucher. All rights reserved.9#10#  Description: PM2 entry: ngrok tunnel to www.airiskindex.io.1112# PM2 entry for the airiskindex ngrok tunnel on m3u96b (CLAUDE.md §7).13exec /opt/homebrew/bin/ngrok http 3000 --url=https://www.airiskindex.io --log=stdout14