An open API service indexing awesome lists of open source software.

https://github.com/podverse/podverse-shared

A package of files that are used across multiple repos
https://github.com/podverse/podverse-shared

Last synced: 10 months ago
JSON representation

A package of files that are used across multiple repos

Awesome Lists containing this project

README

          

# podverse-shared
A package of files that are used across multiple repos.

## NOTE!

The `podverse-shared` module should not import from any other Podverse modules. This module is mainly a collection of helpers and types that are useful anywhere in our JavaScript tech stack.

## Developing Podverse modules

Podverse maintains several different modules which are imported across apps. Please read [Developing Podverse modules](https://github.com/podverse/podverse-ops/blob/master/docs/how-to-develop-podverse-modules.md) for a workflow you can use to make code changes to this module locally.

## Setup

```
yarn
```

## Development

```
yarn dev:watch
```