Skip to content

Commit

Permalink
Added build command
Browse files Browse the repository at this point in the history
  • Loading branch information
zaaakher authored and davidjerleke committed Dec 26, 2023
1 parent cf2e17b commit 1ca723f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ The documentation is generated using [gatspy](https://github.com/gatsbyjs/gatsby

To develop the docs locally follow these steps:

- Install dependencies with `yarn install`
- Run `yarn install`in the root directory to install dependencies
- Run `yarn build` to build the docs (and the other packages)
- Run `yarn start` to start the dev enviornment of the docs in `localhost:8000`
- Make sure the `.mdx` file you're working on has a header like this:
```
Expand Down

0 comments on commit 1ca723f

Please sign in to comment.