Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dexhunter/books.dex.moe


https://github.com/dexhunter/books.dex.moe

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

How to run?

```bash
npm i
git submodule init
git submodule update
# modify whatever you want
make deploy
```

How to make new post?

``` bash
hexo new post
```

Update:
Automated the process via Github Actions