Frontend framework for starting new projects.
Take a look at https://marsman.marsbased.com
Developed with Middleman (https://middlemanapp.com/). Uses Grunt to automatize SVG inline generation.
To use MarsMan as a template, init the project with the following command:
middleman init new_project -T marsbased/marsman
=======
npm install
bundle install
bundle exec middleman server
To update the SVG shapes, place the needed SVG files inside source/shapes and call:
grunt svg
The deploy is configured to work only with MarsBased servers and MarsBased employees credentials.
bundle exec middleman deploy --build-before