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

https://github.com/raayan/website

simple
https://github.com/raayan/website

Last synced: 4 months ago
JSON representation

simple

Awesome Lists containing this project

README

          

# website
simple

## maybe not so
```bash
trunk build --release
ssh $HOST 'rm /var/www/website/web_test*'
scp dist/* $HOST:/var/www/website/
```