A mediawiki theme built for the tolabaki hackerspace, based on the strapping theme.
- Node.js
- npm
- grunt-cli
Run npm install
to install the node modules needed to build labstrap
- run
grunt
orgrunt dist-mediawiki
to build labstrap inside the dist-mediawiki folder - run
grunt dist-bootstrap
to build a standalone bootstrap redistributable using labstrap inside the dist-bootstrap folder
watch
watches labstrap php scripts, less stylesheets and javascript scripts for modifications and runs the applicable build targetsclean
cleans up dist-mediawiki and dist-bootstrap