No Description

Ayush Sharma 9bb7762443 fix: switch docs framework to nextra 4 4 weeks ago
.github 9bb7762443 fix: switch docs framework to nextra 4 4 weeks ago
public 9bb7762443 fix: switch docs framework to nextra 4 4 weeks ago
src 9bb7762443 fix: switch docs framework to nextra 4 4 weeks ago
.gitignore 9bb7762443 fix: switch docs framework to nextra 4 4 weeks ago
.npmrc 9bb7762443 fix: switch docs framework to nextra 4 4 weeks ago
README.md 9bb7762443 fix: switch docs framework to nextra 4 4 weeks ago
jsconfig.json 9bb7762443 fix: switch docs framework to nextra 4 4 weeks ago
next.config.mjs 9bb7762443 fix: switch docs framework to nextra 4 4 weeks ago
package.json 9bb7762443 fix: switch docs framework to nextra 4 4 weeks ago
pnpm-lock.yaml 9bb7762443 fix: switch docs framework to nextra 4 4 weeks ago
postcss.config.mjs 9bb7762443 fix: switch docs framework to nextra 4 4 weeks ago
tailwind.config.js 9bb7762443 fix: switch docs framework to nextra 4 4 weeks ago

README.md

WebSerial Docs

Development

Run the following commands to start the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.mdx. The page auto-updates as you edit the file.