# backgridjs.com **Repository Path**: mirrors_cloudflare/backgridjs.com ## Basic Information - **Project Name**: backgridjs.com - **Description**: Documentation site for Backgrid - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Documentation site for [Backgrid.js](http://backgridjs.com/) How to build ============ ```sh # Build for developement $ npm run build # Start the Webpack dev server $ npm run build-dev # Build for production $ NODE_DEV=production npm run build ```