From 100412c783219e568350dc06deb225e953c3e935 Mon Sep 17 00:00:00 2001 From: Max Schmidt Date: Wed, 7 Jun 2023 10:30:43 +0200 Subject: [PATCH] Simplify setup for developing website with Astroad --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 0f8740d..be4cc01 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # Astroad -Astroad is a pre-configured setup for Astro and Payloadcms that makes it easy to get started with building your website. With Astroad, you'll have a complete development environment that you can run locally using Docker. This makes it easy to test and develop your website before deploying it to a production environment. - -When you're ready to deploy the website on your own server, Astroad comes with a production environment that requires the use of Traefik as a reverse proxy. This setup provides a secure and scalable production environment for your website. +Astroad is a pre-configured setup for Astro and Payloadcms, designed to make it easy for you to start building your website. With Astroad, you'll have a complete development environment that you can run locally using Docker. This setup simplifies the testing and development of your website before deploying it to a production environment. ## Prerequisites