Install Node.js, and run npm install pnpm -g
First, run pnpm i to install the dependencies.
Then, run pnpm dev to start the development server and visit localhost:3000.
run pnpm build or use Github Action
nextra guide: https://nextra.site/docs/guide
- h1:
# - h2:
## - h3:
### - a:
[StaFi](https://stafi.io "title") - blockquote:
> A greater than - br:
\ - em:
* * - img:
 - li:
- StaFi - ol:
1. - strong:
** ** - strikethrough:
~~ ~~
Task List
- [ ] rBNB
- [x] rETH
Table
| Syntax | Description | Test Text |
| :------------ | :---------: | ----------: |
| Header | Title | Here's this |
| Paragraph | Text | And more |
| Strikethrough | | ~~Text~~ |
Latex
The **Pythagorean equation**: $a=\sqrt{b^2 + c^2}$.
Steps
import { Steps } from 'nextra-theme-docs'
<Steps>
### Step 1
Contents for step 1.
### Step 2
Contents for step 2.
</Steps>
Tabs
import { Tab, Tabs } from 'nextra-theme-docs'
<Tabs items={['pnpm', 'npm', 'yarn']} defaultIndex="1">
...
</Tabs>
Callout
import { Callout } from 'nextra/components'
<Callout type="info" emoji="ℹ️">
Today is Friday.
</Callout>
- Image path:
public/image - Use:

Docs is an open-source project, and anyone can contribute to it.
- Edit the markdown doc.
- Submit a pull request.
- Review and merge the pull request.
Welcome to the docs wiki!
- Fork the repository to create your own copy of the codebase.
- Make the changes or modifications you want to make to the relevant files.
- Create a pull request to submit your changes to the original repository, so that they can be reviewed and potentially merged into the main codebase.
This project is licensed under the MIT License.


