Preface
Using Build Tools
Semantic UI packaged Gulp build tools so your project can preserve its own theme changes.
The easiest way to install Semantic UI is our NPM package which contains special install scripts to make setup interactive and updates seamless.
For installing with specific integrations like Ember, React, or Meteor, see our integration guide
For integrating Semantic UI tasks into your own build tools, or using a CDN see our recipes section.
Installing
Install NodeJS
If you are unfamiliar with setting up NodeJS you can follow the steps below, or check out the download page on nodejs.org
Option 1: Homebrew
After installing homebrew
Option 2: Git
Install via PPA
Although Chris Lea's PPA was once the best way to install node, it is now somewhat out of date.
The recommended path to install Semantic UI is using Joyent's package manager guide.
Ubuntu
Debian
Red Hat
Install the exe
Download the NodeJS executable.
Install Gulp
Semantic UI uses Gulp to provide command line tools for building themed versions of the library with just the components you need.
Gulp is an NPM module and must be installed globally
Install Semantic UI
Semantic UI is available in an eponymous package on NPM
Include in Your HTML
Running the gulp build tools will compile CSS and Javascript for use in your project. Just link to these files in your HTML along with the latest jQuery.
Updating
Updating via NPM
Semantic's NPM install script will automatically update Semantic UI to the latest version while preserving your site and packaged themes.
Next Steps
All Set!
Well done! Semantic UI is now ready to be used.