Skip to content

Commit cbccbef

Browse files
committed
hotfix
1 parent 430de35 commit cbccbef

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Distributed Lab react started template
22

3-
## Deprecation warning
3+
## Soft deprecation notice
4+
5+
---
46

7+
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.
8+
9+
---
510

611
| command | description |
712
|------------------------------|-----------------------------------------|
@@ -12,14 +17,6 @@
1217
| `yarn rsc [release-version]` | Lints release/release candidate version |
1318
| | |
1419

15-
## Soft deprecation notice
16-
17-
---
18-
19-
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.
20-
21-
---
22-
2320
`.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.
2421

2522
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.

0 commit comments

Comments
 (0)