Go to file
2021-04-05 00:02:05 +02:00
public final touches 2020-10-09 22:14:27 +02:00
src fix: iOS orientation request 2021-04-05 00:01:58 +02:00
.gitignore Initialize project using Create React App 2020-08-03 21:28:55 +02:00
package.json final touches 2020-10-09 22:14:27 +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
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!