Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 472 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 472 Bytes

podStation Ionic PWA

This repository is an ongoing research work that aims to build an offline first progressive web app for subscribing and listening to podcasts.

The result is a working and progressively built app hosted at https://podstation.app.

Development

Install dependencies: npm install

Run it: ionic serve --https

Build and Deploy

Build: npm run build

Deploy: npm run deploy

Reuse