Skip to content

Commit 5f6d8b9

Browse files
committed
update readme
1 parent d93351a commit 5f6d8b9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,23 @@ it pulls doc sections from repositories defined in https://github.com/onflow/dev
88

99
```
1010
$ yarn
11-
$ ./scripts/bootstrap.sh
1211
```
1312

14-
### Local Development
13+
### Build
1514

1615
```
17-
$ yarn start
16+
$ yarn build
1817
```
1918

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

22-
### Build
21+
### Local Development
2322

2423
```
25-
$ yarn build
24+
$ yarn start
2625
```
2726

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

3029
### Deployment
3130

@@ -44,4 +43,5 @@ $ GIT_USER=<Your GitHub username> yarn deploy
4443
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.
4544

4645
### Search Indexing
46+
4747
- copy `.env Flow Docusaurus Prod`/`.env Flow Docusaurus Prod` to your local `.env` file from 1Password->`Flow Team` vault

0 commit comments

Comments
 (0)