entertainment-os-components
v0.1.0
Published
Entertainment OS components library
Downloads
2
Readme
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:
To build when source code has changed
yarn watch
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