michael / editable-website

A SvelteKit template for building CMS-free editable websites
https://editable.website
MIT License
1.34k stars 103 forks source link

Introduce Docker compose setup #15

Closed nilskj closed 1 year ago

nilskj commented 1 year ago

This PR introduces a way to boot up database and storage locally in docker containers to make it very easy to get going with editable website development.

docker compose up

The setup is documented and reflected in README as well. I also included some additional useful information regarding minio that I remembered I struggled with first time I set this up.

michael commented 1 year ago

SQLite edition should fix this. :)