0.5.12 • Published 7 years ago
winstrap v0.5.12
Winstrap
The official Bootstrap theme for Windows
http://winstrap.azurewebsites.net/
Development
Install Node.js
Make sure Node.js is available in your path.
Install Grunt and Bower
npm install -g grunt-cli
npm install -g bowerClone the repo
git clone https://github.com/winjs/winstrap.gitYou should have a winstrap folder.
Installing npm packages
To install the required npm packages:
cd winstrap
npm installBuilding Winstrap
Just run:
gruntThis will compile the generated files into the dist folder.
Launching a local server
Just run this task to display the demo pages in your browser:
grunt serverLaunch this URL in your brower: http://localhost:9001/
The changes you make to the Sass files *.scss or source documentation files *.hbs will be automatically recompiled. Just refresh your browser window.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.