Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 757 Bytes

README.md

File metadata and controls

43 lines (31 loc) · 757 Bytes

SampleIntegration

An example of a game integration into BitGuild portal

Further read

Check

Installation

Node

  1. edit config file
# dev
nano ecosystem.development.json

# prod
nano ecosystem.production.json
nano build.sh
  1. run
npm i

# dev
npm start

# prod
npm run build
NODE_ENV=production npm start

Nginx

sudo nano /etc/nginx/sites-available/default
sudo nginx -s reload