Skip to content

Commit

Permalink
Add fresh boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
jadnco committed Jul 21, 2015
1 parent b14c5a4 commit 06e1cdc
Show file tree
Hide file tree
Showing 97 changed files with 475 additions and 3,550 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
@@ -0,0 +1,5 @@
root = true

[*]
indent_style = space
indent_size = 2
12 changes: 11 additions & 1 deletion .gitignore
@@ -1 +1,11 @@
.sass-cache/*
.DS_Store
node_modules/*
npm-debug.log
dist/*
.publish
*.log

*.hbs
partials/*
!src/**/*.hbs
assets/*
51 changes: 37 additions & 14 deletions README.md
@@ -1,27 +1,50 @@
# Secret Handshake

A monthly gathering of creative professionals in Winnipeg, Manitoba, Canada.
[![forthebadge](http://forthebadge.com/images/badges/powered-by-netflix.svg)](http://forthebadge.com)

[http://secrethandshake.ca](http://secrethandshake.ca "http://secrethandshake.ca")
### Getting Started

## Local Development
Clone the repo using `git clone` or by clicking the *Download ZIP* button to the right.

The following assumes you are on a Mac and you have `ruby` and the `sass` gem installed.
```sh
git clone https://github.com/jadnco/secrethandshake.github.com.git
```

First, run SASS:
Navigate to the directory to where it was cloned.

sass --watch ./css --style compressed -r ./css/_lib/bourbon/lib/bourbon.rb
```sh
cd secrethandshake.github.com
```

And then run the server:
Install all dependencies using npm:

ruby server.rb
```sh
npm install
```

You can then view the website at `http://localhost:3000` in your web browser of choice.
Run the default Gulp task to get started:

Good luck!
```sh
gulp
```

## Authors
BrowserSync will automagically inject any changes you make to the stylesheets. You can view the website at one of the given access URLs:

```sh
[BS] Access URLs:
----------------------------------
Local: http://localhost:3000
External: http://10.0.X.XX:3000
----------------------------------
```

If you are working within a GitHub repo you can deploy your project, at any time, to a `gh-pages` branch by running:

```sh
gulp deploy
```

### Credits

- Image by [Alex Wigan](https://unsplash.com/alwig64)

* Christopher Lobay
* Ian Mortier
* Leanne Havelock
1 change: 0 additions & 1 deletion css/.gitattributes

This file was deleted.

23 changes: 0 additions & 23 deletions css/_lib/_base.scss

This file was deleted.

52 changes: 0 additions & 52 deletions css/_lib/_grid.scss

This file was deleted.

61 changes: 0 additions & 61 deletions css/_lib/_normalize.scss

This file was deleted.

5 changes: 0 additions & 5 deletions css/_lib/_reset.scss

This file was deleted.

3 changes: 0 additions & 3 deletions css/_lib/bourbon/_bourbon-deprecated-upcoming.scss

This file was deleted.

47 changes: 0 additions & 47 deletions css/_lib/bourbon/_bourbon.scss

This file was deleted.

0 comments on commit 06e1cdc

Please sign in to comment.