Skip to content

Jackywathy/PuzzleQuest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PuzzleQuest

Server for Puzzlequest The server backend for the puzzlequest

Installation

  • Install Node.JS from here, or using a package manager
  • Open terminal and move to the root directory of the project
  • Run npm install or yarn install to install dependencies
  • Run npm start or yarn start to start the server
    • This will autoreload the project whenever changes are made to any files
  • (Optional) Run npm run noreload

Note (Ubuntu):

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published