Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.com

It'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.