It is a design system.
- To run locally, you will need
gem
and Ruby'sbundle
installed. - Run
bundle
to install dependencies. - Run
bundle exec jekyll serve
. This will build the static site and watch for changes. - Visit
http://localhost:4000
in your browser to see the style guide.
It is advisable to avoid using the OS install of Ruby that comes bundled with MacOS, Ubuntu, and others. Instead we'd suggest using a Ruby virtual environment like rbenv. Installation instructions can be found here.
To verify your ruby version:
> ruby -v
ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) [x86_64-darwin18]
We are using ruby 2.7.0 for this project.
To install bundler, use:
> gem install bundler
Find us on our slack #general channel if we can be of assistance getting you set up.
All contributions are very welcome. Thank you!