From fc2d7a2d1694b6cdb32e5c5c5410bafad6d2d176 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 6 Dec 2023 15:56:54 +0100 Subject: [PATCH] readme: update to clarify this is not a static page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 36afd28..c0f802a 100644 --- a/README.md +++ b/README.md @@ -34,17 +34,17 @@ $ yarn dev 4. Visit `http://localhost:3000` in your browser -## How to Run a Static Build(Production Build) locally +## How to Run a Build (Production Build) -1. Generate static files for production: +1. Generate files for production: ```bash $ yarn build ``` -The static files will be created in the `build` directory. +The files will be created in the `build` directory. -2. Serve the static build: +2. Serve the build: ```bash $ yarn start @@ -52,12 +52,12 @@ $ yarn start 4. Visit `http://localhost:3000` in your browser. +Keep in mind this webpage rebuilds itself at runtime. ## CI/CD -- The `master` branch is automatically deployed to the production server (e.g., logos.co) through [CI](https://ci.infra.status.im) -- The `develop` branch is automatically deployed to the staging server (e.g., dev.logos.co) through [CI](https://ci.infra.status.im) - +- The `master` branch is automatically deployed to the production server through [CI](https://ci.infra.status.im/job/website/job/free.technology/) +- The `develop` branch is automatically deployed to the staging server through [CI](https://ci.infra.status.im/job/website/job/dev.free.technology/) ## Change Process