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%
1#!/bin/sh23# File: run-web.sh4# Path: infra/run-web.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: Next.js web server on port 3000.1112# PM2 entry for airiskindex-web on m3u96b (CLAUDE.md §7).13cd "$(dirname "$0")/../apps/web"14exec ./node_modules/.bin/next start -p 300015