| public | ||
| src | ||
| .gitignore | ||
| bun.lock | ||
| Caddyfile | ||
| Dockerfile | ||
| index.html | ||
| index.ts | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| vite.config.ts | ||
| yarn.lock | ||
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!