The Orgtool is a tool developed by the Oddysee community to manage and organize its Members, Units and Game Items.
You will need the following things properly installed on your computer.
git clone https://github.com/OddyseeGamers/orgtool.git
this repository- change into the new directory
npm install
oryarn
node_modules/ember-cli/bin/ember s
- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate
for more details
node_modules/ember-cli/bin/ember build
(development)node_modules/ember-cli/bin/ember build --prod
(production)
Specify what it takes to deploy your app.