A simple, engineer-driven technical blog (Docusaurus) for sharing posts, tutorials, sample code, and videos.
Install Node.js version 20.0 or above (which can be checked by running node -v). You can use nvm to manage multiple Node.js versions on a single machine. When installing Node.js, it is recommended to check all checkboxes related to dependencies. See for more details docusaurus requirements
- Install dependencies:
npm install - Run locally:
npm start - Build:
npm run build
Please read the contribution guidelines: CONTRIBUTING.md
blog/— blog posts and assets (each post in a dated folder)src/— React components and theme overridesstatic/— public assets
If you need help, open an issue or tag a maintainer in your PR.