0.1.0 • Published 3 years ago

entertainment-os-components v0.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Entertainment OS Components

A reusable component library for Entertainment OS, built in Next.js with Storybook for testing and browsing components.

The source code lives in the /src directory, and is written in Typescript. When built with

yarn build

it is packaged as javascript into /dist.

Developing

Install dependencies

yarn install

When developing you will probably want to do the following in parallel terminal tabs:

  1. To build when source code has changed

    yarn watch

  2. To run storybook and watch for changes

    yarn storybook

Deploying

Pushes to main are automatically deployed using Concourse CI (see concourse/pipeline.yml), by building storybook and deploying with AWS Amplify to entertainment-os-components.skyixd.com.

Publishing

yarn publish