Skip to content

Building Before Dawn

Colin Mitchell edited this page Oct 1, 2019 · 5 revisions

If you want to experiment with building your own copy of Before Dawn, you'll need to do a few things:

  • Install Node
  • Install Yarn
  • Install any packages you might need to build the application. On Ubuntu, something like: sudo apt install build-essential pkg-config libxss-dev will work. You might need to install other dependencies on Windows or OSX.

There might be a few more steps involved on Windows.

  • Install git
  • Install windows-build-tools: npm install -g --production windows-build-tools

You can run the code with yarn run dev. That will run webpack to compile everything, and then run the app.

Clone this wiki locally