Run the following commands to run atom-ide-ui from source:
# Clone the source
$ git clone https://github.com/facebook/nuclide.git
$ cd nuclide
# Install Nuclide dependencies (alternatively: yarn --no-lockfile)
$ npm install
# Change into the `atom-ide-ui` directory
$ cd modules/atom-ide-ui
# Link the 'atom-ide-ui' package to Atom's package directory
$ apm link
# During development:
# Run Flow
$ npm run flow
# Run ESLint
$ npm run lint
# Run tests
$ npm testDuring development, atom-ide-ui inherits its dependencies from the Nuclide
package.json, so there's no need to run npm install from within
modules/atom-ide-ui.
- Fork the repo and create your branch from
master. - If you've added code that should be tested, add tests in the
specfolders. - If you've changed APIs, update the documentation.
- Ensure that tests pass and Flow/ESLint are clean (see above).
- If you haven't already, complete the Contributor License Agreement ("CLA").
In order to accept your pull request, we need you to submit a CLA. You only need to do this once to work on any of Facebook's open source projects.
Complete your CLA here: https://code.facebook.com/cla
Unlike the main Nuclide code, atom-ide-ui is BSD-licensed.
We also provide an additional patent grant.