https://github.com/pgilad/fb-calendar
A Facebook calendar exercise
https://github.com/pgilad/fb-calendar
Last synced: about 1 year ago
JSON representation
A Facebook calendar exercise
- Host: GitHub
- URL: https://github.com/pgilad/fb-calendar
- Owner: pgilad
- Created: 2014-12-19T15:09:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-29T09:31:20.000Z (over 11 years ago)
- Last Synced: 2025-02-05T16:15:37.599Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 250 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fb-calendar
> Lay out your daily schedule events in a nicely formatted calendar
## Install
```sh
$ git clone git@github.com:pgilad/fb-calendar.git
$ cd fb-calendar
# install dependencies
$ npm install
# make sure you have gulp as a global npm package, otherwise `npm install --global gulp`
$ gulp build
# //-> built code will be in `./dist`
```
## View Page
```sh
# on osx:
$ open ./dist/index.html
```
## License
MIT @Gilad Peleg