Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b477c92

Browse files
committedJan 20, 2022
Updated default readme.md
1 parent a81074a commit b477c92

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed
 

‎server/src/static/readme.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Markdown file not found
2-
The content of this page is rendered by `MDReactComponent`, in order to make it render the same content as you see at [Basic Primitives](https://www.basicprimitives.com/) you have to clone following GitHub repositories:
2+
The content of this page is rendered by `MDReactComponent`, in order to make it render the same content as you see at [Basic Primitives](https://www.basicprimitives.com/) you have to clone the following GitHub repositories:
33

4-
* Clone [BasicPrimitives/javascript](https://github.com/BasicPrimitives/javascript) repository into `/server/static/javascript`
5-
* Clone [BasicPrimitives/react](https://github.com/BasicPrimitives/react) repository into `/server/static/react`
4+
### Clone [BasicPrimitives/javascript](https://github.com/BasicPrimitives/javascript) repository into `/server/static/src/javascript`
5+
```
6+
cd /server/static/src
7+
git clone https://github.com/BasicPrimitives/javascript
8+
cd javascript
9+
yarn
10+
yarn build
11+
```
12+
13+
### Clone [BasicPrimitives/react](https://github.com/BasicPrimitives/react) repository into `/server/static/src/react`
14+
```
15+
cd /server/static/src
16+
git clone https://github.com/BasicPrimitives/react
17+
```

0 commit comments

Comments
 (0)
Please sign in to comment.