Skip to content

An app for assisting players wishing to play Iron Dragon remotely

Notifications You must be signed in to change notification settings

illusivesunrae/iron-dragon-companion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iron Dragon Companion

This repository is an app for assisting players wishing to play Iron Dragon remotely.

Setup

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.

Download the repository

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

Install dependencies

Next you'll need to install it's dependencies via npm:

npm install

Local development

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

About

An app for assisting players wishing to play Iron Dragon remotely

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published