Changes

Jump to: navigation, search
Setup a Local QuakeJS Server
#Install curl by running <pre>sudo apt install curl</pre>
#Add the repo for [https://nodejs.org/en/ node.js] by running <pre>curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -</pre>
#Install the tools we need to setup our server by running <pre>DEBIAN 9: sudo apt install git nodejs</pre> or <pre>DEBIAN 10: sudo apt install git nodejs npm</pre>
#Make sure we're in our home directory by running <pre>cd ~</pre>
#Clone the original QuakeJS git repository (along with the ioq3 repository sub-module) by running <pre>git clone --recurse-submodules https://github.com/inolen/quakejs.git</pre>

Navigation menu