Skip to content

androiddevelopersitalia/androiddevelopersitalia.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9ef0661 Β· May 27, 2023

History

94 Commits
May 14, 2020
May 27, 2023
Mar 5, 2019
Sep 28, 2018
Mar 5, 2019
Sep 26, 2018
Sep 27, 2018
Sep 28, 2018
Jul 12, 2021
Sep 26, 2018
Apr 4, 2021
Sep 27, 2018
Jan 18, 2019
Sep 27, 2018
Sep 27, 2018
Feb 12, 2020
May 17, 2022
Sep 27, 2018
Apr 10, 2021
Sep 27, 2018
Jan 18, 2019
Sep 28, 2018
Sep 27, 2018
Jan 18, 2019

Repository files navigation

androiddevelopersitalia.github.io

Pubic website for androiddevelopersitalia.github.io

License Twitter

Welcome to the ADI Pisa public website 🌎 The website is written with Jekyll and hosted on GitHub Pages.

The website is publicly available on http://androiddevelopersitalia.github.io/.

Building the website locally πŸ› 

To get starting developing, we really recommend to clone the website locally and start developing on your machine.

  1. Install Ruby with your package manager.
brew install ruby
  1. Clone this repository

  2. To configure gems user-wide add the following line to your shell configuration files, for example ~/.bashrc or ~/.zshrc

export GEM_HOME=$(ruby -e 'print Gem.user_dir')
  1. Open your terminal and install jekyll
gem install jekyll
  1. Serve the website with the following command,
jekyll serve

You should be able to see the local website at http://127.0.0.1:4000

Contributing 🀝

Feel free to contribute to this project!

Feel free to open a issue or submit a new pull request ❀️

License πŸ“„

This project is licensed under the MIT License - see the License file for details