Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 487 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 487 Bytes

AIRGUN-TOOLS

Web app: https://airgun-tools.vercel.app

Essential tools for amateur airgunning:

  • Muzzle energy calculator and unit converter
  • Projectile velocity calculator and unit converter
  • Pellet weight unit converter
  • Shooting distance unit converter
  • Barrel length unit converter

Local development

## Project setup
npm install

## Compilation and hot-reloads for development
npm run dev

## Compilation and minification for production
npm run build