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

https://github.com/simple-login/docs

SimpleLogin documentation
https://github.com/simple-login/docs

docs hugo simplelogin

Last synced: 12 months ago
JSON representation

SimpleLogin documentation

Awesome Lists containing this project

README

          

To get hugo theme

```bash
git submodule update --init --recursive
```

To deploy:

```bash
hugo && vercel --prod
```

To dev locally

```bash
hugo server
```

Then open http://localhost:1313