An open API service indexing awesome lists of open source software.

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?

Awesome Lists containing this project

README

          

logo

### 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
```