File tree 1 file changed +7
-7
lines changed 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -8,24 +8,23 @@ it pulls doc sections from repositories defined in https://github.com/onflow/dev
8
8
9
9
```
10
10
$ yarn
11
- $ ./scripts/bootstrap.sh
12
11
```
13
12
14
- ### Local Development
13
+ ### Build
15
14
16
15
```
17
- $ yarn start
16
+ $ yarn build
18
17
```
19
18
20
- This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server .
19
+ This command generates static content into the ` build ` directory and can be served using any static contents hosting service .
21
20
22
- ### Build
21
+ ### Local Development
23
22
24
23
```
25
- $ yarn build
24
+ $ yarn start
26
25
```
27
26
28
- This command generates static content into the ` build ` directory and can be served using any static contents hosting service .
27
+ This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server .
29
28
30
29
### Deployment
31
30
@@ -44,4 +43,5 @@ $ GIT_USER=<Your GitHub username> yarn deploy
44
43
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the ` gh-pages ` branch.
45
44
46
45
### Search Indexing
46
+
47
47
- copy ` .env Flow Docusaurus Prod ` /` .env Flow Docusaurus Prod ` to your local ` .env ` file from 1Password->` Flow Team ` vault
You can’t perform that action at this time.
0 commit comments