lancehalberd / spirit-world

Zelda-like adventure game
Other
2 stars 2 forks source link

spirit-world

Zelda-like adventure game

Steps To Run the Project Locally

  1. clone repository
  2. In the command line:

    nvm use

    1. If you need a new version of node, then in the command line: nvm install nvm use
  3. In the command line:

    npm install

  4. In the command line:

    npm start

  5. The server should start immediately but you'll have to wait a moment for the newest client code to compile.
  6. Visit localhost:3000 to view the game.