-
Notifications
You must be signed in to change notification settings - Fork 26
Home
Ryan Johnson edited this page May 3, 2018
·
22 revisions
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 git@github.com: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 -- 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.