README.md-nobuild 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. ---
  2. ---
  3. # {{ site.forkawesome.name }}
  4. ### {{ site.forkawesome.tagline }}
  5. {{ site.forkawesome.name }} is a full suite of 677 pictographic icons for easy scalable vector graphics on websites, originally created by [Dave Gandy](https://twitter.com/davegandy) and now maintained by a community.
  6. Following concerns regarding [the development of Font Awesome](https://github.com/FortAwesome/Font-Awesome/issues/12199#issuecomment-362919956), the PR Freeze since Oct 2016 and the direction Fort Awesome is taking with the version 5.0 of their project, we are forking Font Awesome (4.7), in order to build on this incredible tool Dave Gandy has given us, while at the same time allowing this project to be run by a distributed community of contributors.
  7. A tremendous gratitude is given to the whole team behind [Font Awesome](https://fontawesome.com), and you are encouraged to support them and buy Font Awesome Pro for your project.
  8. This fork is still in its very early stage of development. Though If you wish to be part of the adventure, please start submitting patches.
  9. ## License
  10. - The {{ site.forkawesome.name }} font is licensed under the SIL OFL 1.1:
  11. - http://scripts.sil.org/OFL
  12. - {{ site.forkawesome.name }} CSS, LESS, and Sass files are licensed under the MIT License:
  13. - https://opensource.org/licenses/mit-license.html
  14. - The {{ site.forkawesome.name }} documentation is licensed under the CC BY 3.0 License:
  15. - https://creativecommons.org/licenses/by/3.0/
  16. ## Contributing
  17. Please read through our [contributing guidelines](https://github.com/ForkAwesome/Fork-Awesome/blob/master/CONTRIBUTING.md).
  18. Included are directions for opening issues, coding standards, and notes on development.
  19. ## Versioning
  20. {{ site.forkawesome.name }} will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered
  21. with the following format:
  22. `<major>.<minor>.<patch>`
  23. And constructed with the following guidelines:
  24. * Breaking backward compatibility bumps the major (and resets the minor and patch)
  25. * New additions, including new icons, without breaking backward compatibility bumps the minor (and resets the patch)
  26. * Bug fixes, changes to brand logos, and misc changes bumps the patch
  27. * The fork is based on FontAwesome 4.7 and renamed. So it starts at version 0.4.7
  28. For more information on SemVer, please visit http://semver.org.
  29. ## Original author of Font Awesome:
  30. - [Dave Gandy](https://github.com/{{ site.fontawesome.author.github }})
  31. ## Component
  32. To include as a [component](https://github.com/componentjs/component), just run
  33. $ component install ForkAwesome/Fork-Awesome
  34. Or add
  35. "ForkAwesome/Fork-Awesome": "*"
  36. to the `dependencies` in your `component.json`.
  37. ## Building on {{ site.forkawesome.name }}
  38. **Before you can build the project**, you must first have the following installed:
  39. - [Ruby](https://www.ruby-lang.org/en/)
  40. - Ruby Development Headers
  41. - **Ubuntu:** `sudo apt-get install ruby-dev` *(Only if you're __NOT__ using `rbenv` or `rvm`)*
  42. - **Windows:** [DevKit](http://rubyinstaller.org/)
  43. - [Bundler](http://bundler.io/) (Run `gem install bundler` to install).
  44. - [Node Package Manager (AKA NPM)](https://docs.npmjs.com/getting-started/installing-node)
  45. - [Less](http://lesscss.org/) (Run `npm install -g less` to install).
  46. - [Less Plugin: Clean CSS](https://github.com/less/less-plugin-clean-css) (Run `npm install -g less-plugin-clean-css` to install).
  47. From the root of the repository, install the tools used to develop.
  48. $ bundle install
  49. $ npm install
  50. Build the project and documentation:
  51. $ npm run build
  52. Or serve it on a local server on http://localhost:7998/Fork-Awesome/:
  53. $ npm run dev
  54. To deploy the project and documentation on GH pages:
  55. $ jgd -n