Pubic website for androiddevelopersitalia.github.io
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/.
To get starting developing, we really recommend to clone the website locally and start developing on your machine.
- Install Ruby with your package manager.
brew install ruby
-
Clone this repository
-
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')
- Open your terminal and install
jekyll
gem install jekyll
- 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
Feel free to contribute to this project!
Feel free to open a issue or submit a new pull request ❤️
This project is licensed under the MIT License - see the License file for details