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
- Host: GitHub
- URL: https://github.com/jsmithdev/ourss
- Owner: jsmithdev
- Created: 2013-09-30T04:16:20.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-01-07T06:27:39.000Z (over 2 years ago)
- Last Synced: 2025-01-28T23:15:13.667Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 3.36 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)