format readme

This commit is contained in:
Wlad 2021-04-05 00:02:05 +02:00
parent 4207e413fb
commit 4167795c46

View File

@ -1,5 +1,7 @@
# 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](https://iamwlad.com/blog). 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 :)
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](https://iamwlad.com/blog). 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](https://magento-destroyers.iamwlad.com), have some fun.
@ -15,11 +17,6 @@ Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.<br />
You will also see any lint errors in the console.
### `yarn test`
Launches the test runner in the interactive watch mode.<br />
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
### `yarn build`
Builds the app for production to the `build` folder.<br />
@ -27,5 +24,3 @@ It correctly bundles React in production mode and optimizes the build for the be
The build is minified and the filenames include the hashes.<br />
Your app is ready to be deployed!
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.