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

https://github.com/fivenp/rvrs-node


https://github.com/fivenp/rvrs-node

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

Development
`docker build -t rvrs-node .`
`docker run -it --env TOKEN=myToken --rm --name rvrs-node rvrs-node`

Production
`docker run -d --env TOKEN=myToken fivenp:rvrs-node`