tvkitchen / countertop

The entry point for developers who want to set up a TV Kitchen.
https://tv.kitchen
GNU Lesser General Public License v3.0
6 stars 2 forks source link

Add support for building #92

Closed slifty closed 4 years ago

slifty commented 4 years ago

Task

Description

We need to be able to yarn build and transpile src into a format that can be published to npm.

We already have some stuff in lib right now which we will have to move (and eventually delete I bet, as part of #91). For now, moving that single file to the root directory seems OK.

Relevant Resources / Research

None

Related Issues

None