Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/winjs/winstrap
The official Bootstrap theme for Microsoft's Modern design language
https://github.com/winjs/winstrap
Last synced: 7 days ago
JSON representation
The official Bootstrap theme for Microsoft's Modern design language
- Host: GitHub
- URL: https://github.com/winjs/winstrap
- Owner: winjs
- License: other
- Created: 2015-03-02T17:55:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-31T10:56:15.000Z (about 5 years ago)
- Last Synced: 2024-10-27T08:38:43.316Z (18 days ago)
- Language: HTML
- Homepage: http://winstrap.azurewebsites.net
- Size: 3.66 MB
- Stars: 532
- Watchers: 59
- Forks: 122
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Winstrap
##### The official Bootstrap theme for Windows
http://winstrap.azurewebsites.net/## Development
### Install Node.js
http://nodejs.org/download/
Make sure Node.js is available in your path.
### Install Grunt and Bower
```
npm install -g grunt-cli
npm install -g bower
```### Clone the repo
```
git clone https://github.com/winjs/winstrap.git
```You should have a `winstrap` folder.
### Installing npm packages
To install the required `npm` packages:
```
cd winstrap
npm install
```## Building Winstrap
Just run:
```
grunt
```This 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 server
```Launch 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](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.