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

https://github.com/jsmithdev/ourss

Fun PWA for podcasts
https://github.com/jsmithdev/ourss

Last synced: about 2 months ago
JSON representation

Fun PWA for podcasts

Awesome Lists containing this project

README

          

# Ourss

Fun PWA for podcasts @

## Development 🖥️

This project uses webpack to build to the `/dist/` directory

To clone and go into the repo:

```bash
git clone https://github.com/jsmithdev/ourss.git && cd ourss
```

To install dev dependencies:

```bash
npm install
```

To serve locally:

```bash
npm start
```

To build for production:

```bash
npm run build
```

To build for development:

```bash
npm run build:dev
```

---

coded with 🐕 at feet by [Jamie Smith](https://jsmith.dev)