Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Derkyela/pert-calculator

PERT Calculator is a simple tool for project evaluation and review technique (PERT).
https://github.com/Derkyela/pert-calculator

calculator productivity-tools project-management web-app

Last synced: 3 months ago
JSON representation

PERT Calculator is a simple tool for project evaluation and review technique (PERT).

Awesome Lists containing this project

README

        

# pert-calculator
![GitHub Workflow Status - Build deployment](https://img.shields.io/github/actions/workflow/status/Derkyela/pert-calculator/pages%2Fpages-build-deployment)
![GitHub Workflow Status - Check on main](https://img.shields.io/github/actions/workflow/status/Derkyela/pert-calculator/check.yml?label=checks&branch=main)

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run dev
```

### Compiles and minifies for production
```
npm run build-only
```

### Lints and fixes files
```
npm run lint
```

### Type check
```
npm run type-check
```