borealis

A collection of packages, patterns and boilerplates used in Borealis Digital Studio.

MIT License

Downloads
330
Stars
3
Committers
6

borealis

This is a monorepo containing reusable packages, apps and patterns.

πŸš€ Included

  • 🐈 Yarn Workspaces β€” Sane multi-package management
  • πŸ‰ Lerna 3 β€” The Monorepo manager
  • 🐠 Babel β€” Compiles next-gen JavaScript
  • πŸ“¦ Rollup β€” Next-generation ES module bundler
  • πŸ“– Storybook 5 – The developer playground
  • 🌈 Framer X β€” The prototyping tool for teams

πŸš„ Monorepo

Lerna and Yarn Workspaces give us the ability to build libraries and apps in a single repo (a.k.a. Monorepo) without forcing us to publish to NPM until we are ready. This makes it faster to iterate locally when building components that depend on each other.

Lerna also provides high-level commands to optimize the management of multiple packages. For example, with one Lerna command, you can iterate through all the packages, running a series of operations (such as linting, testing, and building) on each package. Read our monorepo guide.

In order to improve our development practices and standards we released various packages. If you find any of the packages useful you can easily import them via npm.

🌈 Framer X

Framer X is suite of tools that connects our design system to production code. Read our Framer guide.

πŸ“š Patterns

We provide a list of patterns including examples. There is a clear separation of concerns to make multiple patterns usable altogether.

πŸ‘ Contributing

We welcome contributions to this repository! Read our pull request guide and our release guide.

Install

Get started by cloning and installing the packages:

git clone https://github.com/borealisgroup/borealis.git
cd borealis
yarn

License

MIT

Package Rankings
Top 11.49% on Npmjs.org
Related Projects