This page contains the contributing guidelines.
Install Node.js. The version specified in .nvmrc is guaranteed to work, but newer versions will likely work too.
Install Yarn: npm i -g yarn
Note that the doc site (under the docs folder) has a newer version of Node, with a separate installation and build commands.
Fork the just repo from https://github.com/microsoft/just, then clone your fork.
git clone <your-clone-url>
cd just$ yarn
$ yarn buildTo run this with Node:
$ yarn startTo run tests and/or lint:
$ yarn test
$ yarn lintAfter committing your changes, you'll need to create a Beachball change file. From the repo root, run:
$ yarn change