A Team Fortress 2 crate/case simulator.
Available at https://unboxer.tf.
- Added Russian translation
- Added HW 2024 cases (only in .js, with pics)
- Only items added from HW 2024 (no pics, just in .js), no taunts, no warpaints
-
Install Node.js if you don't have it on your computer yet. Go to the official Node.js website and download the latest version.
-
Open a command prompt or terminal in the folder where
package.json
is located. To do this:- In Windows: Shift + Right-click on the folder in File Explorer and select "Open PowerShell window here" or "Open command window here".
- In Linux or macOS: Open a terminal and navigate to the project folder using the command
cd /path/to/folder
.
-
Install project dependencies. Run the following command:
npm install
This command will install all the necessary modules described in the
package.json
file. -
Run the project:
Development:
npm run start
Production:
npm run build