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

https://github.com/ninjamar/website


https://github.com/ninjamar/website

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# ninjamar.github.io
My personal website

## Submodules
```bash
git submodule update --remote --merge && git add . && git commit -m "Update submodules" && git push

python3 build.py production && git add . && git commit -m "Update submodules" && git push
```