React Native for Windows documentation website — powered by Docusaurus 3.9.
npm installnpm startThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
npm run buildThis command generates static content into the build directory and can be served using any static contents hosting service.
GIT_USER=<Your GitHub username> npm run deployUses SSH by default. If you want to use HTTPS, set USE_SSH=false.