Skip to content

Commit 472766e

Browse files
committed
Update README
1 parent 7dd6962 commit 472766e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<h5 align="center">
3232
<br>
33-
<a href="./README.rus.md">🇷🇺 &nbsp; РУССКАЯ ВЕРСИЯ</a> &nbsp;&nbsp; <a href="./README.fr.md">🇫🇷 &nbsp; VERSION FRANÇAISE</a>
33+
<a href="./README.rus.md">🇷🇺 &nbsp; РУССКАЯ ВЕРСИЯ</a> &nbsp;&nbsp; <a href="./README.fr.md">🇫🇷 &nbsp; VERSION FRANÇAISE</a> &nbsp;&nbsp; <a href='./src/README.md'>DEVELOPER README</a>
3434
<br>
3535
</h5>
3636
<br>
@@ -47,6 +47,9 @@
4747

4848
The primary purpose of this update is to allow easier understanding of Reactime's codebase by individuals or groups wishing to further update Reactime, keeping this great developer tool alive.
4949

50+
<b>With release of Node v18.12.1(LTS), the script has been updated to 'npm run dev' || 'npm run build' for backwards compatibility.<br/>
51+
For version Node v16.16.0, please use script 'npm run devlegacy' || 'npm run buildlegacy'</b>
52+
5053
Previously, <b>Reactime 14.0 and 15.0</b> added the exciting features below:
5154

5255
I. React Router Compatibility <br>

src/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
## Brief
44
Our mission at Reactime is to maintain and iterate constantly, but never at the expense of future developers.<br />We know how hard it is to quickly get up to speed and onboard in a new codebase.<br />So, here are some helpful pointers to help you hit the ground running. 🏃🏾💨
55

6+
<b>With release of Node v18.12.1 (LTS), the script has been updated to 'npm run dev' || 'npm run build' for backwards compatibility.<br/>
7+
For version Node v16.16.0, please use script 'npm run devlegacy' || 'npm run buildlegacy'</b>
8+
69
## Quick Tips
710
- _Before_ beginning development, especially on teams, make sure to configure your linter and code formatting to conform to one unified setting (We recommend [the Airbnb style guide](https://github.com/airbnb/javascript)!) This will make reviewing PRs much more readable and less error-prone.
811

0 commit comments

Comments
 (0)