Skip to content

TEDxLausanne/styleguide

Repository files navigation

TEDxLausanne styleguide

Styleguide

The styleguide is located in the /styleguide directory. You can open /styleguide/index.html directly in your browser.

How to use it in your project

There are several ways to get started:

  • Clone the repo git clone https://github.com/TEDxLausanne/styleguide.git

Installation (development tools)

This is not needed to use the styleguide, only if you want to modify it to fix some bugs and contribute.

Installation on OSX/Unix

We use Gulp.js to run tasks and build our styleguide with Hologram.

Make sure you have Node.js installed.

Install all the dependencies you need:

$ npm install -g gulp
$ npm install
$ bower install

NOTE: Until hologram release a version > 1.1.0 you have to build and install the gem manually.

$ git clone https://github.com/trulia/hologram.git
$ cd hologram
$ gem build hologram.gemspec
$ gem install hologram-1.1.0.gem // 1.1.0 but actually the head of master

Install Hologram from the Gemfile (for version > 1.1.0):

$ bundle
$ cd ..

Build project using Gulp:

Browser-sync is automatically set up on localhost and will allow you to make changes and see them in real time.

About

TEDxLausanne Web styleguide

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published