This repository is an app for assisting players wishing to play Iron Dragon remotely.
Gulp is a JavaScript task runner, which can automate many parts of the Node.js build process. In order to use it, you must first have Node.js installed. You can check if you have Node.js and NPM installed by running the following in your terminal:
node -v && npm -v
If you don't have Node.js installed, follow the installation instructions on the Node.js website.
To get started working locally on your computer first clone or download this repo.
git clone https://github.com/illusivesunrae/iron-dragon-companion.git
cd iron-dragon-companion
Next you'll need to install it's dependencies via npm:
npm install
A local development server has been configured to run on http://localhost:3000/
. It has also been configured to watch your files for changes and refresh the web browser as necessary. You can start the development server by running:
npm run start