-
Notifications
You must be signed in to change notification settings - Fork 48
Project Setup
Aaron Hardy edited this page May 27, 2020
·
1 revision
If you plan on doing anything beyond perusing code, you'll want to get set up with a local copy of the project.
If you are an Adobe employee and plan to contribute code, please follow the instructions found in the GitHub Adobe Org Management document to obtain write access to the repository. When you must indicate a team to which your user should be added, please enter adobe|UnifiedJS
. Preferably, you will make pull requests through the main repository rather than a fork.
If you are not an Adobe employee and plan to contribute code, please fork the repository and make code changes on your fork.
- Install node.js. If you already have node installed, be sure it is version 12.12.0 or higher.
- Clone this repository. If you are an Adobe employee, you will do this by running
git clone [email protected]:adobe/alloy.git
. If you are not an Adobe employee and have your own fork, the git address will be specific to your fork. - After navigating into the project directory, install project dependencies by running
npm install
.