mirror of
https://github.com/google/blockly.git
synced 2026-04-28 16:10:21 +02:00
Blockly Documentation Website
This website is built using Docusaurus, a modern static website generator.
Installation
Run npm install at the root of the blockly repo, then all other commands from the packages/docs directory.
npm install
cd packages/docs
Local Development
npm 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
npm run build
This command generates static content into the build directory and can be served using any static contents hosting service.
Test your production build locally
npm run serve
The build folder is now served at http://localhost:3000/.
Deployment
TODO