https://github.com/allar/custom-ue4-marketplace-frontend
http://allarsblog.com/2015/12/07/Custom-UE4-Marketplace-Frontend/
https://github.com/allar/custom-ue4-marketplace-frontend
Last synced: about 1 year ago
JSON representation
http://allarsblog.com/2015/12/07/Custom-UE4-Marketplace-Frontend/
- Host: GitHub
- URL: https://github.com/allar/custom-ue4-marketplace-frontend
- Owner: Allar
- License: wtfpl
- Created: 2015-12-06T04:44:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-22T22:45:59.000Z (almost 9 years ago)
- Last Synced: 2025-04-08T02:44:39.623Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://allarsblog.com/2015/12/07/Custom-UE4-Marketplace-Frontend/
- Size: 124 KB
- Stars: 23
- Watchers: 8
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# What is this?
The best description for what this is currently can be found [on my blog](http://allarsblog.com/2015/12/07/Custom-UE4-Marketplace-Frontend/).
It is written in about a day, very badly, by me, someone who doesn't javascript often. I committed many programming sins, see if you can find (and pull-request) them all!
I *really* want to stress that I wrote the majority of this on a Sunday night. I'm not skilled in web dev in any sense. Most of the code is super hacky and filled with bad practices. It does seem performant and smooth though. If you want to submit a pull request and tear me a new one, please do. I'm curious what I could have done better, as I don't really know much about javascript best practices at all.
# How Do I Use It?
Go to the [Releases](https://github.com/Allar/custom-ue4-marketplace-frontend/releases), download, extract, and run Marketplace.exe.
# How Do I Build It?
To build this, you're going to need [node.js](https://nodejs.org/en/).
You will also need a copy of [NW.js](http://nwjs.io/).
Pull down the repo, run `npm install`, then run `c:\nw\nw.exe .`
Replace `c:\nw\nw.exe` with where ever you put your NW.js.
# I OFFER NO SUPPORT FOR THIS.
# License
This project is licensed under the WTFPL. See `license` for details.