Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 769 Bytes

development.md

File metadata and controls

26 lines (16 loc) · 769 Bytes

Development

This document describes the process for running this application on your local computer.

Getting Started

You'll need Node.js vesion 16 to run this project. You can install Node.js from here.

You'll also need to install pnpm.

Once you've installed Node.js and pnpm, open Terminal and run the following:

git clone git@github.com:harness/oats.git
cd oats
pnpm i

Now you can make your changes.

Once you are done with your changes, run npx changeset in your terminal and fill in the required information.

Now commit your changes along with the files generated, after running the above command.

Now you are ready to open a Pull Request with your changes.