aScoota is a podcast manager platform.
- the latest version is deployed via surge.sh on ascoota.surge.sh
This repo contains the code of the front-end bit, which is coded in vue 2.0.
At the moment this project is hosted on a subfolder in my personal website.
The backend api, designed following a RestFul approach are opensource as well and can be found in their own repo ascoota-api.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
the player logic is managed reusing some code from the project vue-audio