gesmith / consulting-project-estimator

A cross-platform app for estimating iterative software projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consulting-Project-Estimator

This project aims to be a small and simple app to aid you in creating software development project estimates. You assign a complexity value to a task, and Palantir will handle assigning the estimated time/iterations, as well as exporting the final estimate.

Palantir is a cross-platform desktop and web app developed using web technologies, Ember and Electron.

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development (Desktop mode)

  • ember electron
  • After building, the Electron desktop app should open automatically.

Running / Development (Web)

Code Generators

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

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

About

A cross-platform app for estimating iterative software projects


Languages

Language:JavaScript 49.1%Language:SCSS 39.1%Language:Handlebars 6.5%Language:HTML 5.3%