https://github.com/audrow/sta-podcast-types
https://github.com/audrow/sta-podcast-types
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/audrow/sta-podcast-types
- Owner: audrow
- License: mit
- Created: 2022-02-07T14:38:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-28T02:01:36.000Z (over 3 years ago)
- Last Synced: 2025-03-11T04:38:03.046Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@sta-podcast/types
- Size: 1000 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README
This project contains typescript type declarations used by the STA Podcast website.
## Getting started
To get started, clone this repository and run the following:
```bash
npm ci # install dependencies
npm run prepare # setup git hooks
```