# Vidra Website
The new Jekyll powered website for Vidra.
After you clone this repo run:
bundle install
That's it, you're done.
You can use the Jekyll development server when you need to make changes to the website:
jekyll serve
To build the project for production simply run:
jekyll build
-
npm install --global gulp-cli
(installa gulp) -
npm install
(installa tutti gli altri pacchetti che servono) -
lanciare sia
jekyll serve
in un terminale siagulp
da un altro terminale, ma dalla stessa directory.
quando viene modificato qualcosa in _sass
, la dir .sass-cache
viene cancellata.