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

https://github.com/yutopp/website


https://github.com/yutopp/website

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# yutopp.net

## webpage

### dev
```
sass --scss --watch src/sass:static/style
hugo server
```

## builder

### build image
```
docker build -t yutopp/yutopp.net-builder:latest _builder
docker push yutopp/yutopp.net-builder:latest
```