WebNN Docs is an open-source, collaborative project that documents Web Neural Network (WebNN) API.
To set up the site locally, you need to have Node.js installed. You can check if these are installed by running the following commands:
node -v
After you have installed Node.js, you can install the dependencies:
npm install
npm run dev
Once started, a live preview is available at http://localhost:3000
.
You can contribute to WebNN Docs and be a part of our community through content contributions, engineering, or translation work. The WebNN Docs project welcomes contributions from everyone who shares our goals and wants to contribute constructively and respectfully within our community.
To find out how to get started, see the CONTRIBUTING.md document in this repository. By participating in and contributing to our projects and discussions, you acknowledge that you have read and agree to our Code of Conduct.