A web-based implementation of a bomb defusal puzzle game built with React, Three.js, TypeScript, and gRPC.
- Node.js
- Git with LFS support
- Install Git LFS if you haven't already. For example, on Ubuntu:
sudo apt-get install git-lfs
- Clone the repository:
git clone https://github.com/ZaneH/keep-talking-app.git
cd keep-talking-app
- Initialize Git LFS and pull the assets:
git lfs install
git lfs pull
- Install dependencies:
cd keep-talking-app
pnpm install
To run the development server:
pnpm run dev