mirror of
https://github.com/Wessel/eve.git
synced 2026-06-05 23:55:41 +02:00
675 B
675 B
Contributing
If you wish to contribute to EVE, feel free to fork the repository and submit a pull request. ESLint is enforced to correct most typo's you make and keep the code style the same throughout the whole project, so it would be appreciated if you installed ESLint to your editor of choice
Setup
To get ready to work on the codebase, please do the following:
- Fork & clone the repository, and make sure you're on the master branch
- Run
yarn --devornpm install --dev - Code your heart out and test using
yarn testornpm run test - Submit a pull request