Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/needmorelumber/BuildOrdersWc3
Create and share Warcraft III build orders
https://github.com/needmorelumber/BuildOrdersWc3
javascript react warcraft3
Last synced: 1 day ago
JSON representation
Create and share Warcraft III build orders
- Host: GitHub
- URL: https://github.com/needmorelumber/BuildOrdersWc3
- Owner: needmorelumber
- License: agpl-3.0
- Created: 2017-12-12T04:15:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-09T15:33:14.000Z (over 5 years ago)
- Last Synced: 2024-08-02T05:11:13.848Z (3 months ago)
- Topics: javascript, react, warcraft3
- Language: JavaScript
- Homepage: https://needmorelumber.com
- Size: 2.76 MB
- Stars: 10
- Watchers: 5
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README
[![CircleCI](https://circleci.com/gh/needmorelumber/BuildOrdersWc3/tree/master.svg?style=svg)](https://circleci.com/gh/needmorelumber/BuildOrdersWc3/tree/master)
## Hey this is www.needMoreLumber.comIt's a place to create and share build orders for warcraft 3, and use those builds to help you in game.
## Contributing
Feel free to open issues or pull requests. See below for how to get this running locally.## Getting Started
### Install Docker
[Installation instructions can be found here.](https://docs.docker.com/engine/installation/)### Install Docker Compose
Mac and Windows' docker installation comes with docker-compose preinstalled. For linux
Follow the [instructions here](https://docs.docker.com/compose/install/#install-compose).Make sure to follow the [post-install instructions](https://docs.docker.com/install/linux/linux-postinstall/), too.
### Booting up your local
Check that your docker and docker-compose are actually installed!
```
$ docker-compose -v
docker-compose version 1.17.0, build ac53b73$ docker -v
Docker version 18.09.3, build 774a1f4```
You should get output that looks like the above. The versions may differ but this shows
you at least have the right things installed.Now for the magic. From root, run
```
docker-compose up
```after this has completed you should be able to visit http://localhost:3000/ and your local is set up.
## Steal our code
NeedMoreLumber is open source and under the [APGL-3.0](https://github.com/needmorelumber/BuildOrdersWc3/blob/master/LICENSE.txt) license. This means you're free to steal it if you want but it has to be open source with the same license. So if you want to steal our code and build NeedMoreGold.com that's fine, actually please do so you can pay for hosting costs!Otherwise just open an issue or pull request and we'll try to make NML the best it can be.