coresky / hole
Empty project from Coresky framework
Installs: 44
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=7.4.0
- coresky/acl: ~0.545
- coresky/earth: dev-master
- coresky/mercury: dev-master
- coresky/upload: ~0.546
- coresky/venus: dev-master
- energy/air: ~0.547
- erusev/parsedown: ^1.7
README
Docs: wiki section (russian only).
Homepage: https://coresky.net/
Install & run
With composer:
composer create-project coresky/hole # or try latest dev: composer create-project coresky/hole hole "dev-master" cd hole # then run PHP's embedded web-server: php vendor/bin/sky s
Or with moon:
curl https://coresky.net/api?get=hole.zip > hole.zip mkdir -p hole/public unzip hole.zip -d hole/public cd hole/public php moon.php hole.sky
Or download latest dev with git:
# the app git clone https://github.com/energy-coresky/empty-app.git # the framework git clone https://github.com/energy-coresky/air.git # the wares mkdir empty-app/wares cd empty-app/wares git clone https://github.com/energy-coresky/parsedown.git git clone https://github.com/energy-coresky/earth.git git clone https://github.com/energy-coresky/mercury.git # then run PHP's embedded web-server: php ../../air/sky s