Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 643 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 643 Bytes

Fast angle

Simple online protractor - measure any angle directly on your image!

Native apps are published on App Store and Play Store.

Development

Before stating development, make sure to install package dependencies by running pnpm i

# running dev app
pnpm dev

# production build
pnpm build

# production build preview
pnpm preview

# running native apps
pnpm preview:ios
pnpm preview:android

# unit tests
pnpm test

# typecheck
pnpm typecheck

# lint autofix
pnpm lint --fix