https://github.com/izolate/payplox
Why am I creating an invoicing tool?
https://github.com/izolate/payplox
Last synced: 7 months ago
JSON representation
Why am I creating an invoicing tool?
- Host: GitHub
- URL: https://github.com/izolate/payplox
- Owner: izolate
- License: mit
- Created: 2014-12-21T23:43:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-17T11:56:42.000Z (about 10 years ago)
- Last Synced: 2025-07-16T00:52:25.387Z (10 months ago)
- Language: CSS
- Homepage: https://this.shit.is.abandoned.com
- Size: 843 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

### payplox
some bastards just ain't paying. create a web app to invoice & chase them.
[where's my money?](https://www.youtube.com/watch?v=ZomwVcGt0LE)
### Development
```
# install packages & run tasks
npm i
npm run develop
# start server on port 3000
npm start -- --watch
```