| @@ -1,9 +1,13 @@ | |||||
| # nexus-timers | # nexus-timers | ||||
| > Timers ans other features for Heroes of the Storm | |||||
| > Timers and other features for Heroes of the Storm | |||||
| Current status : [](https://ci.deuchnord.fr/aagez/nexus-timers) | |||||
| ## Build Setup | ## Build Setup | ||||
| This project run on the node 12 LTS version (Erbium) | |||||
| ``` bash | ``` bash | ||||
| # install dependencies | # install dependencies | ||||
| yarn | yarn | ||||
| @@ -22,6 +26,6 @@ For detailed explanation on how things work, checkout the [guide](http://vuejs-t | |||||
| ## Run via docker | ## Run via docker | ||||
| `docker-compose up` will build an image with all dependencies, then bind the root directory to the container | |||||
| `docker-compose up` will build an image with all dependencies, then bind the root directory to the container and launch the dev server | |||||
| `docker build . -f Dockerfile.production` will create an image with all project minified, optimized and served via nginx | `docker build . -f Dockerfile.production` will create an image with all project minified, optimized and served via nginx | ||||