Install - Lolispo/pkmn_auto_chess GitHub Wiki
Node installation:
- sudo apt-get install curl software-properties-common
- curl -sL https://deb.nodesource.com/setup_11.x | sudo -E bash -
- sudo apt-get install -y nodejs
Setup system:
- Git pull repository
- open 2 terminals for simplicity
- Terminal 1: /pkmn_auto_chess/ Terminal 2: /pkmn_auto_chess/app/
- 'npm install' in both
- 'npm start' in both to start system