Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bigbv/start-page
Repo for storing my startpage files
https://github.com/bigbv/start-page
Last synced: about 8 hours ago
JSON representation
Repo for storing my startpage files
- Host: GitHub
- URL: https://github.com/bigbv/start-page
- Owner: bIgBV
- Created: 2014-11-09T18:07:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-11T14:17:14.000Z (about 10 years ago)
- Last Synced: 2024-12-18T04:44:04.778Z (about 2 months ago)
- Language: CSS
- Size: 9.92 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A repo to store and share my start page
# Requirements
These are the node modules which are required
* grunt-cli
* bower# Installation
To install clone this repo and run `npm install` and `bower install` to install the required packages and run `grunt` to run it's default tasks.At it's current state it:
![screenshot](http://i.imgur.com/75SFN11.png)
#Customization
There are 4 grunt commands by default:
* `jshint`
* `uglify`
* `less`
* `copy`The dependancies are listed in [package.json](https://github.com/bIgBV/start-page/blob/master/package.json).
Less variables and mixins are present on the top of [style.less](https://github.com/bIgBV/start-page/blob/master/src/css/style.less). Simply run `grunt watch` and make your changes.
*NOTE* - The default locaiton is Hyderabad in India, to change it to your own location, just change the query parameter at the end of the api URL in [time-weather.js](https://github.com/bIgBV/start-page/blob/master/src/js/time-weather.js).