-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Updates contributing file #2112
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 7527986:
|
CONTRIBUTING.MD
Outdated
3. Run `yarn dev` at each of the packages that depends on the other. | ||
> You can run a package individually: `yarn workspace {packageName} dev` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're using turborepo, so we need to encourage the people to use it too.
Here is an example:
yarn turbo run dev:server --filter=@faststore/api
Co-authored-by: Emerson Laurentino <[email protected]>
What's the purpose of this pull request?
The contributing file it was outdated. This PR attempts to update this file with up-to-date instructions to help contributors.
Should we add a page on https://www.faststore.dev/docs with this guide?