Things to Learn
Software Contributor Documentation Table of Contents
As a contributor to IML, the following topics and resources are important:
Important Tools
Tools | Description | Link |
---|---|---|
atom | Editor | https://atom.io/ |
Charts | Javascript graphics | https://d3js.org/ |
gitkraken | Popular Git GUI for Windows, Mac AND Linux | https://www.gitkraken.com/ |
sourcetree | Git client for Windows and Mac | https://www.sourcetreeapp.com/ |
npm | node package manager | https://docs.npmjs.com/files/package.json |
VS Code | Recommended Editor / IDE | https://code.visualstudio.com/ |
yarn | node package manager++ | https://yarnpkg.com/en/ |