Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 712 Bytes

File metadata and controls

34 lines (27 loc) · 712 Bytes

ProfArthur

ASR dataset correction tool.

How to use

# Clone this repo:
git clone https://github.com/WithourAI/ProfArthur

# Go into the repository:
cd ProfArthur

# Install pnpm when needed
npm install -g pnpm

# Install dependencies:
pnpm i

# Start app and watch for changes (dev server started on port 3000):
pnpm start

Commands

pnpm generate   # angular generator
pnpm build      # build for dev
pnpm build:prod # build for production
pnpm start      # Start app and watch for changes (dev server started on port 3000)
pnpm lint       # run linter and fix found issues
pnpm prettify   # run prettier
pnpm format     # run linter and prettier

License

MIT License