dever e890ba2933 edit | 6 jaren geleden | |
---|---|---|
.. | ||
css | 6 jaren geleden | |
fonts | 6 jaren geleden | |
less | 6 jaren geleden | |
scss | 6 jaren geleden | |
src | 6 jaren geleden | |
CONTRIBUTING.md | 6 jaren geleden | |
Gemfile | 6 jaren geleden | |
Gemfile.lock | 6 jaren geleden | |
README.md | 6 jaren geleden | |
_config.yml | 6 jaren geleden | |
component.json | 6 jaren geleden | |
composer.json | 6 jaren geleden | |
package.json | 6 jaren geleden |
#Font Awesome v4.0.3 ###the iconic font designed for Bootstrap
Font Awesome is a full suite of 369 pictographic icons for easy scalable vector graphics on websites, created and maintained by Dave Gandy. Stay up to date @fontawesome.
Get started at http://fontawesome.io!
##License
Font Awesome by Dave Gandy - http://fontawesome.io
##Changelog
##Versioning
Font Awesome will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered with the following format:
<major>.<minor>.<patch>
And constructed with the following guidelines:
For more information on SemVer, please visit http://semver.org.
##Author
##Component To include as a component, just run
$ component install FortAwesome/Font-Awesome
Or add
"FortAwesome/Font-Awesome": "*"
to the dependencies
in your component.json
.
From the root of the repository, install the tools used to develop.
$ bundle install
$ npm install
Build the project and documentation:
$ bundle exec jekyll build
Or serve it on a local server on http://localhost:7998/Font-Awesome/:
$ bundle exec jekyll serve