Go to file
2025-07-26 17:00:41 +02:00
public cleanup 2021-04-05 01:15:14 +02:00
src fix: types 2025-07-26 17:00:41 +02:00
.gitignore Initialize project using Create React App 2020-08-03 21:28:55 +02:00
bun.lock feat: upgrade 2025-07-26 16:43:54 +02:00
Caddyfile feat: upgrade 2025-07-26 16:43:54 +02:00
Dockerfile feat: upgrade 2025-07-26 16:43:54 +02:00
index.html feat: upgrade 2025-07-26 16:43:54 +02:00
index.ts feat: upgrade 2025-07-26 16:43:54 +02:00
package.json feat: upgrade 2025-07-26 16:43:54 +02:00
README.md format readme 2021-04-05 00:02:05 +02:00
tsconfig.json Initialize project using Create React App 2020-08-03 21:28:55 +02:00
vite.config.ts feat: upgrade 2025-07-26 16:43:54 +02:00
yarn.lock fix: safari Orientation object missing 2020-10-12 12:36:51 +02:00

Magento Destroyers

Magento checkout frontend has been driving me insane for the last couple of weeks. So I did the only sane thing and created a simple game to vent the aggression towards the "fantastic" "magento development experiance"™. This game is released as part of a rant on my blog so feel free to check that out here. This game is build using ThreeJS and since it is my first Three project I probably overseen something terrible so please don't be too hard on me for any errors :)

You can check out the game in action here, have some fun.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!