bartaz / vanillaframework.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vanillaframework.io

This is the repo for the Vanilla Framework brochure site

Local development

The simplest way to run the site locally is to first install Docker (on Linux you may need to add your user to the docker group), and then use the ./run script:

./run

Once the containers are setup, you can visit http://127.0.0.1:8014 in your browser.

Building CSS

For working on Sass files, you may want to dynamically watch for changes to rebuild the CSS whenever something changes.

To setup the watcher, open a new terminal window and run:

./run watch

About


Languages

Language:HTML 46.2%Language:Shell 20.5%Language:Ruby 12.0%Language:Liquid 10.9%Language:CSS 6.7%Language:JavaScript 3.7%