Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 354 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (12 loc) · 354 Bytes

Contributing

Requirements

  • NodeJS
  • pnpm

Getting Started

  1. Clone the git repository: git clone [email protected]:localvoid/ivi.git
  2. Go into the cloned folder: cd ivi/
  3. Install all dependencies: make init

Tasks

  • make init - initializes development environment.
  • make build - builds all packages.
  • make test - runs tests