Thank you for your interest in contributing to FISE 💙
We welcome improvements, bug fixes, ideas, and discussion.
-
Fork the repository
-
Clone your fork
-
Install dependencies:
npm install
-
Build the TypeScript project:
npm run build
-
Run the test suite:
npm test -
Run the test suite:
npm run build -- --watch