Skip to content

jvendrell/marsman

 
 

Repository files navigation

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

About

Frontend framework for starting new projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 53.7%
  • HTML 34.5%
  • Ruby 6.0%
  • JavaScript 5.8%