f9fdd43f9ff809e41e1c30bad97685f10ebe8ac4
				
			
			
		
	pixelbattle
Self-hosted pixel battle written in NodeJS
Deploying
To deploy this pixelbattle, you need to:
- Clone this repo:
git clone https://git.foxarmy.org/leca/pixelbattle
- Install node deps:
npm update
- Run:
npm run prod
That's it!
Tips & tricks
- 
Server settings are located in ./settings.json, you need to change serverAddress in order to deploy
- 
When catches SIGUSR1, server will save a board with name read from settings file. SIGINT (CTRL + C) does the same but exit server when board is saved KILL WITH SIGTERM WILL NOT SAVE THE BOARD! 
Description
				
					Languages
				
				
								
								
									JavaScript
								
								95.1%
							
						
							
								
								
									Pug
								
								4.1%
							
						
							
								
								
									Dockerfile
								
								0.8%