Skip to content

mindmergedesign/mnml

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

33 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

MNML

View the project page at http://mn-ml.cc

MNML is a starting point for responsive HTML5 SASS projects. Focused on mobile readability.

Getting started

  • Create a new repo for your project on Github
  • In terminal run
    git clone git@github.com:mrmrs/mnml.git [yourNewRepoName]
    cd [yourNewRepoName]
    git remote rm origin
    git remote add origin git@github.com:[yourUserName]/[yourNewRepoName].git
    git remote -v
  • git remote -v will allow you to check that you have changed the remote origin correctly. The output should look like:
    origin git@github.com:[yourUserName]/[yourNewRepoName].git (fetch)
    origin  git@github.com:[yourUserName]/[yourNewRepoName].git (push)
  • Once you add & commit files you are ready to publish run:
git push -u origin master

What is it?

Mostly a bare-bones html5 template with some basic css I start most projects with.

Directory structure

    mnml/
        β”œβ”€β”€ README.md
        β”œβ”€β”€ css
        β”‚   └── i.css                 (2 kb minified - 1.2kb gzipped)
        β”œβ”€β”€ index.html                (386 bytes)
        └── sass                      CSS source
            β”œβ”€β”€ _normalize.scss
            β”œβ”€β”€ _grid.scss
            β”œβ”€β”€ _type.scss
            β”œβ”€β”€ _styles.scss
            └── i.scss

Rake tasks

Start sass development

rake sass

Start sass - output is minified

rake minify

Author

MRMRS

License

This work is licensed under a Creative Commons Attribution 3.0 Unported License.

About

Minimal boilerplate to start a responsive html5/sass project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published