Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wwj718/ionisx-murp
https://github.com/wwj718/ionisx-murp
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wwj718/ionisx-murp
- Owner: wwj718
- Created: 2014-07-17T06:36:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-19T07:27:59.000Z (almost 10 years ago)
- Last Synced: 2023-08-04T13:49:08.331Z (over 1 year ago)
- Language: CSS
- Size: 1.29 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# edx-theme
[![Build Status](https://travis-ci.org/IONISx/edx-theme.svg?branch=master)](https://travis-ci.org/IONISx/edx-theme)
> Open edX responsive theme using [Bootstrap](http://getbootstrap.com/).
![Screenshot](https://raw.githubusercontent.com/IONISx/edx-theme/docs/images/responsive.png)
## Getting started
First, install `grunt-cli` and `bower` globally (or not) in order to have the required build tools.
npm install -g grunt-cli bower
Then fetch the local depedencies.
npm install
bower installFinally, run `grunt` to build the theme’s source files.
`grunt` will watch for changes and re-build the output automatically.Run `grunt build` for a one time build.
Run `grunt test` to lint your source files as well.## License
[MIT License](http://en.wikipedia.org/wiki/MIT_License)