This repository hosts the Y Social project website.
🌐 Visit the website: https://ysocialtwin.github.io
📦 Looking for Y Social installation? See the main Y Social repository
This section is for website contributors who need to set up Jekyll to develop the website.
Nella cartella appena clonata eseguire:
bundle installNel caso di errori relativi a wdm commentare la riga nel file Gemfile e rilanciare il comando bundle install
# gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]lanciare il sito con il comando bundle
bundle exec jekyll serveaprite il browser all’indirizzo http://127.0.0.1:4000 e utilizzare le indicazioni all'interno del sito stesso per creare il sito web del proprio progettone.