Skip to content

The Orgtool is a tool developed by the Oddysee community to manage and organize its Members, Units and Game Items.

Notifications You must be signed in to change notification settings

OddyseeGamers/orgtool

Repository files navigation

Orgtool

The Orgtool is a tool developed by the Oddysee community to manage and organize its Members, Units and Game Items.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone https://github.com/OddyseeGamers/orgtool.git this repository
  • change into the new directory
  • npm install or
  • yarn

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Building

  • node_modules/ember-cli/bin/ember build (development)
  • node_modules/ember-cli/bin/ember build --prod (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links