# bootstrap-server **Repository Path**: mirrors_twbs/bootstrap-server ## Basic Information - **Project Name**: bootstrap-server - **Description**: The node server that powers the bootstrap customize page (no longer maintained). - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### No longer maintained The Bootstrap server is now handled via all client-side JavaScript within the main Bootstrap repo. ----- ## [Bootstrap](http://getbootstrap.com) Server <3 The bootstrap server is responsible for backing the custom builds from bootstrap's download page. It serves zip files containing custom built and minified css and js. ## Quick start install dependencies ``` $ npm install ``` start server ``` $ node . ``` run tests ``` $ node tests ``` ## Authors **Jacob Thornton** + http://github.com/fat ## License Copyright 2013 Twitter, Inc. Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0