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

https://github.com/timkelty/craftcms-docker-compose


https://github.com/timkelty/craftcms-docker-compose

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

```
cp .env.example .env
docker-compose run --rm console composer install
docker-compose up -d
open http://localhost:8080/admin
```