Do you like rain? Some visuals and sounds to simulate a rainy day or reinforce the rain you're listening to outside.
This site has been bootstraped with the ZURB Foundation template. This installation procedure source is the README of this template.
To use this template, your computer needs:
To manually set up the template, first download it with Git:
git clone https://devcentral.nasqueron.org/source/rain.git
Then open the folder in your command line, and install the needed dependencies:
cd rain
npm install
Finally, run npm start
to run Gulp. Your finished site will be created in a folder called dist
, viewable at this URL:
http://localhost:8000
To create compressed, production-ready assets, run npm run build
.