Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 659 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 659 Bytes

Infographic_Social-Media

Create an interactive infographic about Social Media - The daily use of Facebook, Twitter & Co. It's a task, which I must make for school

Dependencies

  • Node
  • Grunt
  • Bower
  • Sass

Instruction

You must do the following steps:

// Clone the repository
git clone git@github.com:Chail/Infographic---Social-Media.git

// Install dependencies
npm install

// Watching files for changes
grunt watch

Release a version

grunt release:{type}

You can use these types:

  • patch (0.0.x) - small fix
  • minor (0.x.0) - new features
  • mayor (x.0.0) - breaking changes