spb/spboucher.ai Public
spboucher.ai — personal website of Simon-Pierre Boucher.
TypeScript 93.4%
HTML 5.5%
CSS 1%
1# .gitignore2# spboucher.ai Web3# Author: Simon-Pierre Boucher4# Mail: contact@spboucher.ai56# dependencies7/node_modules89# next.js10/.next/11/out/1213# production14/build1516# misc17.DS_Store18*.pem1920# debug21npm-debug.log*2223# env files24.env*2526# typescript27*.tsbuildinfo28next-env.d.ts2930# local tooling settings31.claude/settings.local.json32