From cbccbefa0746402d5aa2fc29fdacc4602ee14ae4 Mon Sep 17 00:00:00 2001 From: lukachi Date: Wed, 11 Dec 2024 12:05:59 +0200 Subject: [PATCH] hotfix --- README.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 00ff324..47f600e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,12 @@ # Distributed Lab react started template -## Deprecation warning +## Soft deprecation notice + +--- +I now consider this repo as softly deprecated, since it's based on pure scss and aimed to maximize the flexibility of designing possibilities. Tailwind and MUI now, can cover all the needs and provide the same flexibility with cleaner code, so I recommend using them instead. + +--- | command | description | |------------------------------|-----------------------------------------| @@ -12,14 +17,6 @@ | `yarn rsc [release-version]` | Lints release/release candidate version | | | | -## Soft deprecation notice - ---- - -I now consider this repo as softly deprecated, since it's based on pure scss and aimed to maximize the flexibility of designing possibilities. Tailwind and MUI now, can cover all the needs and provide the same flexibility with cleaner code, so I recommend using them instead. - ---- - `.env-development` and `.env-production` is the custom solution for CI, which is used to build the app for different environments e.g. staging and production in github workflow files. Before start development or manual deploy app with `dist` dir - make sure you have copied `.env-[environment]` file in to `.env.[environment]` file, where `[environment]` is the name of the environment, e.g. `.env-production` or `.env-staging` and fulfill it with your own values.