Bez popisu

Ayush Sharma e95c2fb43e feat: add high perf mode documentation před 3 týdny
.github a58d123136 fix: preserve git history před 3 týdny
public 9bb7762443 fix: switch docs framework to nextra 4 před 3 týdny
src e95c2fb43e feat: add high perf mode documentation před 3 týdny
.gitignore 9bb7762443 fix: switch docs framework to nextra 4 před 3 týdny
.npmrc 9bb7762443 fix: switch docs framework to nextra 4 před 3 týdny
README.md 9bb7762443 fix: switch docs framework to nextra 4 před 3 týdny
jsconfig.json 9bb7762443 fix: switch docs framework to nextra 4 před 3 týdny
next.config.mjs cc6c602c52 fix: remove react strict mode před 3 týdny
package.json 9bb7762443 fix: switch docs framework to nextra 4 před 3 týdny
pnpm-lock.yaml 9bb7762443 fix: switch docs framework to nextra 4 před 3 týdny
postcss.config.mjs 9bb7762443 fix: switch docs framework to nextra 4 před 3 týdny
tailwind.config.js 9bb7762443 fix: switch docs framework to nextra 4 před 3 týdny

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.