diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ # FediShoop -Federated Shop
\ No newline at end of file +Federated Shop + +## Development Setup +Have docker and docker-compose installed and then run in the project root: + +``` +$ docker compose up -d +``` + +The current state of the website will run on [`http://localhost:8000`](http://localhost:8000) |