I'm not sure why you would selfhost this, but you can if you want. Make sure you have Node.js already installed.
$ git clone https://github.com/FireStreaker2/GuessTheError.git
$ cd GuessTheError
$ npm iFor developing:
$ npm run devFor production:
$ npm run build
$ npm startIf you would like to contribute, you can fork the repo and make a PR, or contact me via email @ [email protected]