Skip to content
This repository was archived by the owner on May 26, 2022. It is now read-only.

Commit 92561da

Browse files
authored
Create ractjs-org.sh
1 parent 22673fc commit 92561da

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ractjs-org.sh

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
git clone https://github.com/reactjs/reactjs.org
2+
cd reactjs.org
3+
4+
yarn install
5+
yarn build
6+
7+
cd public
8+
python -m http.server

0 commit comments

Comments
 (0)