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

https://github.com/sandoche/captainshare-website

The sharing economy curated directory
https://github.com/sandoche/captainshare-website

Last synced: 6 months ago
JSON representation

The sharing economy curated directory

Awesome Lists containing this project

README

          

# Captainshare

* The sharing economy curated directory
* https://captain.share.learn.uno

## Dev
```
php -S localhost:9000 system/router.php
```

## Build static
```
# Run first dev then this command
php bin/plugin blackhole generate http://localhost:9000 --output-url https://captain.share.learn.uno --output-path docs -f
# then copy the "folder" into "docs/user/themes"
```