Files
factorio-scenario-ExpCluster/README.md
2017-03-22 21:13:45 +01:00

24 lines
262 B
Markdown

#### How to install?
1. Open terminal / cmd in the folder.
2. Run:
```
npm install
```
#### How to run once?
1. Open terminal / cmd in the folder.
2. Run:
```
gulp
```
#### How to watch file?
1. Open terminal / cmd in the folder.
2. Run:
```
gulp watch
```