Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 629 Bytes

File metadata and controls

32 lines (21 loc) · 629 Bytes

Contributing

We welcome contributions made by the community!

Asking Questions and Reporting Issues

If you have a general question about Eff, an idea to suggest, or a problem to report, the issue tracker is the best place to go. Please search to make sure your issue/question hasn't already been reported/asked before submitting!

Development

Fork the repo and then clone it:

git clone https://github.com/your-username/eff-javascript.git

Linting and Testing

To run linting:

npm run lint

To run tests:

npm run test