-
Notifications
You must be signed in to change notification settings - Fork 25
Home
Thank you for your interest in contributing to HelixUI. Below you should find everything you need to get started.
REQUIRED -- Install the necessary dependencies to get your local development environment up and running.
Quick Start:
- Clone the repo with
git clone [email protected]:rackerlabs/helix-ui.git
- install yarn
- install test dependencies
-
yarn install
to install project dependencies -
yarn start
to begin working
Read the Setup guide for more advanced setup instructions.
REQUIRED -- Learn how HelixUI works.
REQUIRED -- Given that HelixUI is an open source project, there are two main rules to follow:
- Contributions must be compatible with the Apache 2.0 license.
- Contributions must not contain any information that is confidential to Rackspace.
Pull requests that violate either of these rules will not be accepted.
REQUIRED -- Follow these rules when writing code.
Recommended -- Learning about these topics will help you create higher quality content and gain a deeper understanding of web development concepts.
Recommended -- Below are some additional resources that will help you gain higher mastery of concepts, techniques, and technologies documented in this wiki.
- @intenttoship - Announcements for features that browser manufacturers intend to ship
- WebKit Status - Rendering engine used by Safari.