librefonts / default

A starting points for certain projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A great header image you designed, or collaborated on with a designer you work with. It’ll look best when it’s 728px wide, @2x for hi-dpi devices.


Default

A starting points for certain projects.

Getting started

Here’s where you write really fantastic instructions that helps people who may or may not even understand what Git is, use your project. For example, your sentences should probably be better than that one.

npm install -g harp
harp init -b kennethormandy/default

This prevents the Git history from being downloaded. And, hey, now you have Harp installed, which is awesome anyway. If you want to go the Git route:

git clone https://github.com/kennethormandy/default new-project-name
cd project-name
# Please be careful…
rm -rf .git
  1. Replace “Default” and “default” with your new repository’s name

  2. Replace references to “kennethormandy” and my email with your details (unless you are me—which you probably are)

  3. Make sure you’re onboard with what’s in the contributing guide

  4. Fill out the rest of the package.json

  5. As appropriate, add your company to the copyright statement below in the license:

    Copyright © 2015 [Kenneth Ormandy](http://kennethormandy.com) & [Chloi Inc.](http://chloi.io)
  6. Initialise and add remotes:

    # Initialise the project
    git init
    
    # Add your remote repository
    git remote add origin https://github.com/kennethormandy/default

Contributing

Thanks for considering contributing! There’s information about how to get started with Default here.

License

The MIT License (MIT)

Copyright © 2015 Kenneth Ormandy

About

A starting points for certain projects.

License:MIT License