Skip to content

Commit ffdabe8

Browse files
Merge pull request #318 from bytrangle/patch-4
2 parents 015c681 + 1c3fe97 commit ffdabe8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

contributing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@ cd react-notion-x
1414
yarn
1515
```
1616

17-
This will install dependencies and link all of the local packages together using `lerna`. This includes the `example` projects which will now point to the local version of your packages.
17+
This will install dependencies and link all of the local packages together using `lerna`. This includes the example projects which will now point to the local version of your packages.
1818

1919
```bash
2020
yarn dev
2121
```
2222

2323
This starts compiling the packages into their respective `build` folders. Under the hood, it is running `tsc --watch` and `tsup --watch`, so every time you make a change to one of the packages, the build will be updated automatically as long as this command is running.
2424

25-
With `yarn dev` running in one tab, we recommend opening a second tab and navigating to the `example/minimal` directory.
25+
With `yarn dev` running in one tab, we recommend opening a second tab and navigating to the `examples/minimal` directory.
2626

2727
```bash
28-
cd example/minimal
28+
cd examples/minimal
2929
yarn dev
3030
```
3131

32-
Running `yarn dev` from the `example/minimal` directory will start the example project's Next.js dev server. This project should be using your locally built version of the libraries because they have been linked using `lerna`.
32+
Running `yarn dev` from the `examples/minimal` directory will start the example project's Next.js dev server. This project should be using your locally built version of the libraries because they have been linked using `lerna`.
3333

3434
You should now be able to open `http://localhost:3000` to view and debug the example project.
3535

0 commit comments

Comments
 (0)