A TypeScript + Vite single-page app that walks you through a decision tree of consciousness theories. Answer questions, explore advanced explanations, and browse a reference grid of philosophical positions.
npm install
npm run devnpm run devstarts the local dev server at the URL Vite prints.npm run buildemits a production build underdist/.npm run previewserves the built output locally for testing.npm run lintruns ESLint onsrc/.
src/quiz.ts– renders the interactive question flow.src/all-positions.ts– standalone page showing every end-state.src/data/nodes.ts– data for the decision tree questions and end nodes.src/style.css– global styling (shared by both views).
The build uses Vite with TypeScript; no server runtime is required for hosting.