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
- Host: GitHub
- URL: https://github.com/sandoche/captainshare-website
- Owner: sandoche
- License: mit
- Created: 2018-06-09T13:13:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T18:55:20.000Z (over 2 years ago)
- Last Synced: 2025-02-10T03:16:36.694Z (8 months ago)
- Language: PHP
- Homepage: https://captain.share.learn.uno
- Size: 48.2 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
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"
```