-
-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
docs: add CONTRIBUTING.md #1043
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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. |
commit: |
CONTRIBUTING.md
Outdated
## Valtio-specific Guideline | ||
|
||
##### Documentation | ||
|
||
1. Navigate to the [`website`](./website/) folder. (e.g., `cd website`) | ||
2. Install dependencies by running `pnpm install` in the `website` folder | ||
3. Run `pnpm run dev` to start the dev server | ||
4. Navigate to [`http://localhost:3000`](http://localhost:3000) to view the documents | ||
5. Navigate to the [`docs`](./docs/) folder and make necessary changes to the documents. | ||
6. Add your changes to the documents and see them live reloaded in the browser | ||
7. Follow step 4 and onwards from the [General](#General) guide above to bring it to the finish line |
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.
@overthemike Can you review this section?
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.
Sure thing
Summary
Check List
pnpm run fix:format
for formatting code and docs