oasislabs / game-box

A Truffle box for a barebones Oasis Game
4 stars 3 forks source link

Cannot start game on local instance #3

Closed clementfung closed 5 years ago

clementfung commented 5 years ago

The instructions state that we can locally start the game without doing the migration steps.

First, it's not totally clear which steps those are, since there are 3 steps in a "Building+Migrating" section. I assume that this means just doing step 1, but it would be easier to split this section.

After building (with build-crates.sh) and starting (with npm start), navigating to http://localhost:8080/singleplayer results in a message Error: ENOENT: no such file or directory, stat '/project/dist/singleplayer.html'

Are there missing files, or are the build scripts not properly creating them?

clementfung commented 5 years ago

This turns out to be a side-effect of #2