Skip to content

Project task evaluation and review system based on Preact.

License

Notifications You must be signed in to change notification settings

valentin-vogel/estimate

Repository files navigation

Estimate

This is a PERT-Estimation Tool based on Preact.

Usage

A production build you will find here.

Setup

# Install dependencies
npm install

# Start development server
npm run dev

# Build for production
npm run build

# Format code
npm run format

Contribution

If you find a bug please create an issue. To contribute, please create a PR.

License

This project is licensed under MIT.