Skip to content

Commit

Permalink
Update contributing guidelines (#3550)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 authored Dec 5, 2023
1 parent b0b3139 commit dfd3271
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,14 @@ To get started, you will need to install the dependencies for the project. To do
yarn
```

Then, you will need to switch directories into `langchain-core` and build core by running:

```bash
cd ../langchain-core
yarn
yarn build
```

### Linting

We use [eslint](https://eslint.org/) to enforce standard lint rules.
Expand Down

2 comments on commit dfd3271

@vercel
Copy link

@vercel vercel bot commented on dfd3271 Dec 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

langchainjs-docs – ./docs/core_docs/

js.langchain.com
langchainjs-docs-ruddy.vercel.app
langchainjs-docs-git-main-langchain.vercel.app
langchainjs-docs-langchain.vercel.app

@vercel
Copy link

@vercel vercel bot commented on dfd3271 Dec 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.