Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 457 Bytes

File metadata and controls

28 lines (19 loc) · 457 Bytes

Contributing to FISE

Thank you for your interest in contributing to FISE 💙
We welcome improvements, bug fixes, ideas, and discussion.


📦 Development Setup

  1. Fork the repository

  2. Clone your fork

  3. Install dependencies:

    npm install
  4. Build the TypeScript project:

    npm run build
  5. Run the test suite:

    npm test
    
  6. Run the test suite:

    npm run build -- --watch