Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/Derkyela/pert-calculator
- Owner: Derkyela
- License: gpl-3.0
- Created: 2022-08-21T18:26:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-03T10:11:15.000Z (over 1 year ago)
- Last Synced: 2023-10-03T20:52:54.586Z (over 1 year ago)
- Topics: calculator, productivity-tools, project-management, web-app
- Language: Vue
- Homepage: https://derkyela.github.io/pert-calculator/
- Size: 1.44 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```