Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikeal/dropub
P2P publishing for everyone.
https://github.com/mikeal/dropub
Last synced: 6 days ago
JSON representation
P2P publishing for everyone.
- Host: GitHub
- URL: https://github.com/mikeal/dropub
- Owner: mikeal
- Created: 2016-11-09T06:57:44.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T16:17:55.000Z (almost 2 years ago)
- Last Synced: 2024-10-18T09:13:57.503Z (about 2 months ago)
- Language: Vue
- Homepage: https://dropub.com
- Size: 2.8 MB
- Stars: 219
- Watchers: 7
- Forks: 26
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-peer-to-peer - dropub
- awesome-peer-to-peer - dropub
- awesome-starred - mikeal/dropub - P2P publishing for everyone. (others)
README
# site
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).