Server for Puzzlequest The server backend for the puzzlequest
- Install Node.JS from here, or using a package manager
- Open terminal and move to the root directory of the project
- Run
npm installoryarn installto install dependencies - Run
npm startoryarn startto start the server- This will autoreload the project whenever changes are made to any files
- (Optional) Run
npm run noreload
apt install nodejs's node module names the node executable as nodejs. To allow for the server to find the node
executable, run this command, which will symlink nodejs -> node
sudo ln -s /usr/local/bin/nodejs /usr/bin/node