https://github.com/apiaddicts/apiaddictsday
public web to apiaddictsday event
https://github.com/apiaddicts/apiaddictsday
Last synced: 8 months ago
JSON representation
public web to apiaddictsday event
- Host: GitHub
- URL: https://github.com/apiaddicts/apiaddictsday
- Owner: apiaddicts
- License: mit
- Created: 2020-03-22T13:21:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-07T14:41:27.000Z (about 4 years ago)
- Last Synced: 2025-01-14T14:27:57.792Z (10 months ago)
- Language: HTML
- Homepage: http://apiaddictsday.apiaddicts.org
- Size: 64.7 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# APIAddicts Day # 20
# [](https://github.com/apiaddicts/apiaddictsday)
### About
Project is built on top of [Jekyll](http://jekyllrb.com/)
### Live demo
[https://apiaddictsday.apiaddicts.org/](https://apiaddictsday.apiaddicts.org/)
### Contributions welcome
1. Clone the repo
2. Create a branch from `master`
3. Update / Fix
4. Create a pull request and assign it to me, Marco Antonio Sanzn (@baumannzone)
## Local development
Check if you have [all requirements for local environment](http://jekyllrb.com/docs/installation/).
To install all development dependencies install [Bundler](http://bundler.io/).
```bash
gem install bundler
```
and run next command from root folder:
```bash
bundle install
```
To start Jekyll run:
```bash
jekyll serve -w
```
Site will be available at http://127.0.0.1:4000/apidaysmad17/ or http://localhost:4000/zeppelin/ (on Windows)
**NOTE:** in this mode all changes to html and data files will be automatically regenerated, but after changing ```_config.yml``` you have to restart server.
### Documentation
Quick-start guide is not enough? Checkout [full documentation](https://github.com/gdg-x/zeppelin/wiki).
### Used libraries
* [Bootstrap](https://github.com/twbs/bootstrap)
* [Animate.css](https://github.com/daneden/animate.css)
* [Waves](https://github.com/publicis-indonesia/Waves)
* [jquery.appear](https://github.com/bas2k/jquery.appear)
* [jQuery countTo Plugin](https://github.com/mhuggins/jquery-countTo)
* [Typed.js](https://github.com/mattboldt/typed.js)
* [Sticky-kit](https://github.com/leafo/sticky-kit)
### Contributors
See [list of contributors](https://github.com/apiaddicts/apidaysmad17/graphs/contributors?from=2017-08-10)
Maintainers: [@baumannzone](https://github.com/baumannzone)
### License
Project is published under the [MIT license](https://github.com/gdg-x/zeppelin/blob/master/LICENSE.txt).
Feel free to clone and modify repo as you want, but don't forget to add reference to authors :)