https://github.com/webrpc/docs
webrpc docs site
https://github.com/webrpc/docs
Last synced: 11 days ago
JSON representation
webrpc docs site
- Host: GitHub
- URL: https://github.com/webrpc/docs
- Owner: webrpc
- License: apache-2.0
- Created: 2021-09-22T14:01:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T15:33:46.000Z (almost 3 years ago)
- Last Synced: 2025-11-11T04:32:56.561Z (8 months ago)
- Language: JavaScript
- Homepage: https://webrpc.io
- Size: 2.05 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webrpc docs
### Dev
1. \$ `yarn install`
2. \$ `yarn start`
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
\$ `yarn build`
This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Writing Docs
**Offical Docusaurus reference:** https://docusaurus.io/docs/next/markdown-features (make sure looking at 2.0.0 version)