Skip to content

WriteSpeakCode/2015.writespeakcode.com

Repository files navigation

writespeakcode.com

Installation

Requirements

If Ruby and homebrew are already installed:

> gem install bundler
> brew install node
> brew install npm
> npm install -g bower

Install dependencies

> bundle install
> bower install

Launch the server

> bundle exec middleman

Visit http://localhost:4567/

Create a pull request

  • Create changes on a feature branch
  • Submit a pull request to the dev branch
  • Ping Rebecca or Rachel

Publish

To publish changes (in the dev branch) to Github Pages, run:

> bundle exec rake publish

If you are developing off of your own fork, run:

> bundle exec rake publish REMOTE_NAME=upstream

Contributing

Please take a look at our contributing guidelines. We have volunteers who work on our website to make sure it is up-to-date for all of our events. You are welcome to work on it too if you have free time!

License

The code is available under the MIT license.

About

Archive of the 2015 Write/Speak/Code conference

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published