Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 908 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 908 Bytes

Rain ambiant screen

Do you like rain? Some visuals and sounds to simulate a rainy day or reinforce the rain you're listening to outside.

Installation

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:

Manual Setup

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.