Skip to content

bbvch/techinsights

Repository files navigation

Tech Insights by bbv

A simple, engineer-driven technical blog (Docusaurus) for sharing posts, tutorials, sample code, and videos.

Requirements

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

Quick start

  • Install dependencies: npm install
  • Run locally: npm start
  • Build: npm run build

Contributing

Please read the contribution guidelines: CONTRIBUTING.md

Project structure

  • blog/ — blog posts and assets (each post in a dated folder)
  • src/ — React components and theme overrides
  • static/ — public assets

If you need help, open an issue or tag a maintainer in your PR.

Releases

No releases published

Packages

 
 
 

Contributors