Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 871 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 871 Bytes

MarsMan

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.

MarsMan Installation

To use MarsMan as a template, init the project with the following command:

middleman init new_project -T marsbased/marsman

=======

Project README

Development

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

Deploy

The deploy is configured to work only with MarsBased servers and MarsBased employees credentials.

bundle exec middleman deploy --build-before