0.1.0 • Published 3 years ago
entertainment-os-components v0.1.0
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 buildit is packaged as javascript into /dist.
Developing
Install dependencies
yarn installWhen developing you will probably want to do the following in parallel terminal tabs:
To build when source code has changed
yarn watchTo 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 publish0.1.0
3 years ago