This repository hosts the Docusaurus configuration and content used to publish the official Asynkron documentation site.
- Node.js 20 or newer (the project follows the Docusaurus v3 requirements).
Install the project dependencies once after cloning the repository:
npm installnpm run startThis starts the hot-reloading development server at http://localhost:3000. Updating Markdown, MDX, or React files refreshes the browser automatically so you can iterate quickly.
npm run buildThe build command emits the static production site into the build/ directory. You can deploy the generated assets to any static host.
The project keeps the default Docusaurus GitHub Pages workflow. After setting the organizationName and projectName values in docusaurus.config.ts, you can deploy with:
npm run deployThe script builds the site and publishes it to the gh-pages branch of the configured GitHub repository.