28 lines
431 B
Markdown
28 lines
431 B
Markdown
# Summer CMS
|
|
|
|
## Gest started
|
|
Install deps
|
|
|
|
```bash
|
|
composer install
|
|
```
|
|
Run development server
|
|
|
|
```bash
|
|
php artisan serve
|
|
```
|
|
|
|
## Statamic Documentation
|
|
|
|
Statamic has extensive [documentation][docs].
|
|
|
|
[docs]: https://statamic.dev/
|
|
|
|
## Remote access
|
|
To access from remote clients use :
|
|
```bash
|
|
php artisan serve --host=localhost
|
|
ssh -R 80:127.0.0.1:8000 serveo.net
|
|
```
|
|
Serveo will provide a public URL to access the application.
|