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
- Host: GitHub
- URL: https://github.com/podverse/podverse-shared
- Owner: podverse
- License: agpl-3.0
- Created: 2020-08-09T03:46:41.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-29T03:42:00.000Z (about 2 years ago)
- Last Synced: 2025-06-26T19:07:42.295Z (about 1 year ago)
- Language: TypeScript
- Size: 219 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```