Merge pull request #151 from hugmanrique/master
Minetrack requires Node 12.4.0+
This commit is contained in:
commit
0ad4025472
11
README.md
11
README.md
@ -21,11 +21,12 @@ You can see an up-to-date copy of the production branch running on https://minet
|
|||||||
"master" branch contains everything you need to start your own copy. "prod" and "prod-bedrock" branches are what is used in the production environment of the minetrack.me sites.
|
"master" branch contains everything you need to start your own copy. "prod" and "prod-bedrock" branches are what is used in the production environment of the minetrack.me sites.
|
||||||
|
|
||||||
#### Usage
|
#### Usage
|
||||||
1. Make sure everything is correct in ```config.json```.
|
1. Install Node 12.4.0+ (check your version with `node -v`)
|
||||||
2. Add/remove servers by editing the ```servers.json``` file
|
2. Make sure everything is correct in ```config.json```.
|
||||||
3. Run ```npm install```
|
3. Add/remove servers by editing the ```servers.json``` file
|
||||||
4. Run ```npm run build``` (this bundles `assets/` into `dist/`)
|
4. Run ```npm install```
|
||||||
4. Run ```node main.js``` to boot the system (may need sudo!)
|
5. Run ```npm run build``` (this bundles `assets/` into `dist/`)
|
||||||
|
6. Run ```node main.js``` to boot the system (may need sudo!)
|
||||||
|
|
||||||
(There's also ```install.sh``` and ```start.sh```, but they may not work for your OS.)
|
(There's also ```install.sh``` and ```start.sh```, but they may not work for your OS.)
|
||||||
|
|
||||||
|
@ -26,6 +26,9 @@
|
|||||||
"url": "https://github.com/Cryptkeeper/Minetrack/issues"
|
"url": "https://github.com/Cryptkeeper/Minetrack/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/Cryptkeeper/Minetrack#README",
|
"homepage": "https://github.com/Cryptkeeper/Minetrack#README",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12.4.0"
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.9.0",
|
"@babel/core": "^7.9.0",
|
||||||
"@babel/plugin-proposal-class-properties": "^7.8.3",
|
"@babel/plugin-proposal-class-properties": "^7.8.3",
|
||||||
|
Loading…
Reference in New Issue
Block a user